From 2acb22fadacaa57919e1bf7bbe93e49542db6600 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 25 Oct 2023 15:17:17 -0700 Subject: [PATCH] selfdrive_tests: allow manual run (#30307) * allow manual run * Apply suggestions from code review --- .github/workflows/selfdrive_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 7b31173b5c..bd6885cf5b 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.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 }}