selfdrive_tests: allow manual run (#30307)

* allow manual run

* Apply suggestions from code review
pull/30333/head
Shane Smiskol 2 years ago committed by GitHub
parent 9c7e5ca6ea
commit 2acb22fada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/selfdrive_tests.yaml

@ -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…
Cancel
Save