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.
2 parents 3716d67 + d282441 commit ace7146Copy full SHA for ace7146
.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
swift/actions/run-integration-tests/action.yml
@@ -20,7 +20,7 @@ runs:
20
- id: query-cache
21
uses: ./.github/actions/cache-query-compilation
22
with:
23
- key: swift-qltest
+ key: swift-integration
24
- name: Run integration tests
25
shell: bash
26
run: |
0 commit comments