diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e75e2aa..f6ea0af 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 15 runs-on: ubuntu-latest if: (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe to test')) - || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork }}" == "false") + || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == 'false') || github.event_name == 'push' steps: @@ -28,7 +28,7 @@ jobs: - name: Checkout Code for Push or local PR if: github.event_name == 'push' || github.event_name == 'pull_request' uses: actions/checkout@v3 - + - name: Set up Python 3.9 uses: actions/setup-python@v3 with: