Skip to content

Commit 6ab0211

Browse files
authored
Improve our workflows (#247)
1 parent 2b7e36d commit 6ab0211

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108
workflow_dispatch:
119

1210
jobs:
1311

1412
swift-button-functional-test:
15-
runs-on: macOS-latest
13+
runs-on: macOS-12
14+
# Don't run if triggered by a PR from a fork since our Secrets won't be provided to the runner.
15+
if: "!github.event.pull_request.head.repo.fork"
1616
defaults:
1717
run:
1818
working-directory: Samples/Swift/DaysUntilBirthday

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108
workflow_dispatch:
119

1210
jobs:

0 commit comments

Comments
 (0)