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 751ffbd commit d282441Copy full SHA for d282441
.github/workflows/swift.yml
@@ -35,6 +35,7 @@ jobs:
35
# not using a matrix as you cannot depend on a specific job in a matrix, and we want to start linux checks
36
# without waiting for the macOS build
37
build-and-test-macos:
38
+ if: ${{ github.event_name == 'pull_request' }}
39
runs-on: macos-12-xl
40
steps:
41
- uses: actions/checkout@v3
0 commit comments