We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f13b6b commit ab35c8bCopy full SHA for ab35c8b
.github/workflows/integration_tests.yml
@@ -50,7 +50,7 @@ jobs:
50
runs-on: macOS-12
51
needs: check-pr-body-for-key
52
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
53
- 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 }}
54
defaults:
55
run:
56
working-directory: Samples/Swift/DaysUntilBirthday
0 commit comments