mirror of https://github.com/1okko/openpilot.git
selfdrive_tests: allow manual run (#30307)
* allow manual run * Apply suggestions from code review
This commit is contained in:
parent
9c7e5ca6ea
commit
2acb22fada
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.run_id || github.head_ref || github.ref }}-${{ github.workflow }}-${{ github.event_name }}
|
||||
|
|
Loading…
Reference in New Issue