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: