From 751ffbd9c898f301c341e9abee4ace799b3eff49 Mon Sep 17 00:00:00 2001 From: erik-krogh Date: Mon, 28 Nov 2022 14:44:07 +0100 Subject: [PATCH] use different keys for different caches --- swift/actions/run-integration-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/actions/run-integration-tests/action.yml b/swift/actions/run-integration-tests/action.yml index 6e190693a55..00ef006ea09 100644 --- a/swift/actions/run-integration-tests/action.yml +++ b/swift/actions/run-integration-tests/action.yml @@ -20,7 +20,7 @@ runs: - id: query-cache uses: ./.github/actions/cache-query-compilation with: - key: swift-qltest + key: swift-integration - name: Run integration tests shell: bash run: |