fix(ga): include patches hash in github actions
This commit is contained in:
parent
e3a15dc841
commit
4968a3f50d
1 changed files with 4 additions and 4 deletions
8
.github/actions/ci-setup-assets/action.yml
vendored
8
.github/actions/ci-setup-assets/action.yml
vendored
|
@ -11,11 +11,11 @@ runs:
|
|||
public/assets
|
||||
public/packs-test
|
||||
tmp/cache/webpacker
|
||||
key: asset-cache-${{ runner.os }}-${{ github.ref }}-${{ github.sha }}
|
||||
key: asset-cache-${{ runner.os }}-${{ hashFiles('patches/**/*.patch') }}-${{ github.ref }}-${{ github.sha }}
|
||||
restore-keys: |
|
||||
asset-cache-${{ runner.os }}-${{ github.ref }}-${{ github.sha }}
|
||||
asset-cache-${{ runner.os }}-${{ github.ref }}-
|
||||
asset-cache-${{ runner.os }}-
|
||||
asset-cache-${{ runner.os }}-${{ hashFiles('patches/**/*.patch') }}-${{ github.ref }}-${{ github.sha }}
|
||||
asset-cache-${{ runner.os }}-${{ hashFiles('patches/**/*.patch') }}-${{ github.ref }}-
|
||||
asset-cache-${{ runner.os }}-${{ hashFiles('patches/**/*.patch') }}
|
||||
|
||||
- name: Precompile assets
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue