Skip to content

Commit ab35c8b

Browse files
authored
Test skip integration key (#374)
1 parent 6f13b6b commit ab35c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: macOS-12
5151
needs: check-pr-body-for-key
5252
# 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"
53+
if: ${{ needs.check-pr-body-for-key.outputs.RUN_INTEGRATION == 'yes' && !github.event.pull_request.head.repo.fork }}
5454
defaults:
5555
run:
5656
working-directory: Samples/Swift/DaysUntilBirthday

0 commit comments

Comments
 (0)