|
|
@@ -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
|