Skip to content

Commit

Permalink
Comment out fork check
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Mar 6, 2024
1 parent 13b62b9 commit 6a42529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: macOS-12
needs: check-pr-body-for-key
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
if: needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && "!github.event.pull_request.head.repo.fork"
if: needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes'# && "!github.event.pull_request.head.repo.fork"
defaults:
run:
working-directory: Samples/Swift/DaysUntilBirthday
Expand Down

0 comments on commit 6a42529

Please sign in to comment.