From dac2322739c7d6ddf09eacfe58dab84180071821 Mon Sep 17 00:00:00 2001 From: Chuck Daniels Date: Tue, 5 Nov 2024 19:26:54 -0500 Subject: [PATCH] Update .github/workflows/integration-test.yml Co-authored-by: Joseph H Kennedy --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 14ebf03d..62c1043a 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -45,7 +45,7 @@ jobs: # 2. The event IS a pull_request AND the base repo IS the head repo # (i.e., the PR is not from a fork). # - if: (github.event_name == 'pull_request') == (github.event.pull_request.base.repo.full_name == github.event.pull_request.head.repo.full_name) + if: (github.event_name != 'pull_request') == github.event.pull_request.head.repo.fork runs-on: ubuntu-latest strategy: matrix: