mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 05:23:54 +08:00
selfdrive_tests: allow manual run (#30307)
* allow manual run * Apply suggestions from code review
This commit is contained in:
1
.github/workflows/selfdrive_tests.yaml
vendored
1
.github/workflows/selfdrive_tests.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user