diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4734643..e9a10fe 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-16.04 timeout-minutes: 10 needs: docker_build - #if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/panda' + if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/panda' steps: - uses: actions/download-artifact@v1 with: