Skip to content

Commit

Permalink
Merge pull request #914 from WalletConnect/fix/build-artifacts-cache
Browse files Browse the repository at this point in the history
[CI/CD] Use correct ref for cache key
  • Loading branch information
radeknovis authored Jun 16, 2023
2 parents 3894cc1 + 6f430ef commit 1af9a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ runs:
with:
path: |
products.tar
key: ${{ runner.os }}-deriveddata-${{ github.ref }}-${{ github.sha }}
key: ${{ runner.os }}-deriveddata-${{ github.event.pull_request.head.sha }}
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
with:
path: |
products.tar
key: ${{ runner.os }}-deriveddata-${{ github.ref }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-deriveddata-${{ github.ref }}-
key: ${{ runner.os }}-deriveddata-${{ github.event.pull_request.head.sha }}

- name: Untar DerivedDataCache
shell: bash
Expand Down

0 comments on commit 1af9a52

Please sign in to comment.