Skip to content

Commit ace7146

Browse files
authored
Merge pull request github#11454 from erik-krogh/swift-test
Swift: CI cache fixes
2 parents 3716d67 + d282441 commit ace7146

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

swift/actions/run-integration-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
- id: query-cache
2121
uses: ./.github/actions/cache-query-compilation
2222
with:
23-
key: swift-qltest
23+
key: swift-integration
2424
- name: Run integration tests
2525
shell: bash
2626
run: |

0 commit comments

Comments
 (0)