Skip to content

Commit d282441

Browse files
committed
skip the only remaining macos job running on main
1 parent 751ffbd commit d282441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
# not using a matrix as you cannot depend on a specific job in a matrix, and we want to start linux checks
3636
# without waiting for the macOS build
3737
build-and-test-macos:
38+
if: ${{ github.event_name == 'pull_request' }}
3839
runs-on: macos-12-xl
3940
steps:
4041
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)