Skip to content

Commit fc43e39

Browse files
committed
WIP
1 parent 57d20e7 commit fc43e39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616

1717
jobs:
1818
macOS:
19+
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.title, '[skip ci]')
1920
name: ${{ matrix.platform }} (Swift ${{ matrix.swift }})
2021
runs-on: macos-15
2122
strategy:

0 commit comments

Comments
 (0)