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 57d20e7 commit fc43e39Copy full SHA for fc43e39
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ concurrency:
16
17
jobs:
18
macOS:
19
+ if: github.event_name != 'pull_request' || !contains(github.event.pull_request.title, '[skip ci]')
20
name: ${{ matrix.platform }} (Swift ${{ matrix.swift }})
21
runs-on: macos-15
22
strategy:
0 commit comments