selfdrive_tests: allow manual run (#30307)

* allow manual run

* Apply suggestions from code review
This commit is contained in:
Shane Smiskol 2023-10-25 15:17:17 -07:00 committed by GitHub
parent 9c7e5ca6ea
commit 2acb22fada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}