From 61fd8547a42b4c4088ec29c8c2994bb2ab1604a3 Mon Sep 17 00:00:00 2001 From: Ryan Myers Date: Fri, 20 May 2022 15:23:03 -0400 Subject: [PATCH] So yeah. I forgot to actually change the line... --- .github/workflows/VerifyPR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: