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 2b7e36d commit 6ab0211Copy full SHA for 6ab0211
.github/workflows/integration_tests.yml
@@ -5,14 +5,14 @@ on:
5
branches:
6
- main
7
pull_request:
8
- branches:
9
- - main
10
workflow_dispatch:
11
12
jobs:
13
14
swift-button-functional-test:
15
- runs-on: macOS-latest
+ runs-on: macOS-12
+ # Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
+ if: "!github.event.pull_request.head.repo.fork"
16
defaults:
17
run:
18
working-directory: Samples/Swift/DaysUntilBirthday
.github/workflows/tests.yml
@@ -5,8 +5,6 @@ on:
0 commit comments