From c68d0ef46857aef054c1a201bed2987ae1402478 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 10 Sep 2020 12:20:49 +0200 Subject: [PATCH] add repo check to sim ci build --- .github/workflows/sim_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sim_tests.yaml b/.github/workflows/sim_tests.yaml index b33a11265..772c562a0 100644 --- a/.github/workflows/sim_tests.yaml +++ b/.github/workflows/sim_tests.yaml @@ -8,6 +8,7 @@ jobs: name: build container runs-on: ubuntu-16.04 timeout-minutes: 50 + if: github.event_name == 'schedule' && github.repository == 'commaai/openpilot' steps: - uses: actions/checkout@v2 with: