From 39006bdb8b5cce930d36eddea5fe06010e665511 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 27 Aug 2024 14:46:25 -0600 Subject: [PATCH] Fixup PR-from-fork test --- .github/workflows/integration_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index a11add161..3c33ee287 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -9,11 +9,11 @@ on: - "main" - "development" - jobs: test: name: "Test" - if: "github.repository == 'icesat2py/icepyx'" + # Do not run on PRs from forks: + if: "${{ !github.event.pull_request.head.repo.fork }}" runs-on: "ubuntu-latest" steps: