Skip to content

Commit

Permalink
Fixup PR-from-fork test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 27, 2024
1 parent 88bc5d9 commit 39006bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39006bd

Please sign in to comment.