Skip to content

Commit

Permalink
Update .github/workflows/integration-test.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph H Kennedy <[email protected]>
  • Loading branch information
chuckwondo and jhkennedy authored Nov 6, 2024
1 parent 748d59c commit dac2322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dac2322

Please sign in to comment.