selfdrive_tests: allow manual run (#30307)

* allow manual run

* Apply suggestions from code review
old-commit-hash: 2acb22fada
This commit is contained in:
Shane Smiskol
2023-10-25 15:17:17 -07:00
committed by GitHub
parent b76d7d0068
commit f22eeaa0be

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