diff --git a/.github/workflows/VerifyPR.yml b/.github/workflows/VerifyPR.yml index 60fccab8..382286cb 100644 --- a/.github/workflows/VerifyPR.yml +++ b/.github/workflows/VerifyPR.yml @@ -6,7 +6,7 @@ on: jobs: build: - if: ${{ github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push' }} + if: ${{ github.event.pull_request.head.repo.full_name != github.repository }} runs-on: ubuntu-latest steps: