Skip to content

Commit

Permalink
zombie tests - disable always save cache, change cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jul 8, 2024
1 parent 5c02cb4 commit fdf34ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/zombie-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: "Cache dependencies"
if: env.package_exist == 'False'
id: cache-restore
uses: MansaGroup/gcs-cache-action@v1.0.3
uses: pass-culture-github-actions/gcs-cache@v1.0.0
with:
bucket: ci-cache-kagome
path: ${{ env.CACHE_PATH }}
Expand Down Expand Up @@ -106,13 +106,13 @@ jobs:
make upload_apt_package \
BUILD_TYPE=${{ github.event.inputs.build_type }}
- name: "Always Save Cache"
id: cache-save
if: always() && (steps.cache-restore.outputs.cache-hit != 'true' || env.package_exist != 'True')
uses: actions/cache/save@v4
with:
path: ${{ env.CACHE_PATH }}
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
# - name: "Always Save Cache"
# id: cache-save
# if: always() && (steps.cache-restore.outputs.cache-hit != 'true' || env.package_exist != 'True')
# uses: actions/cache/save@v4
# with:
# path: ${{ env.CACHE_PATH }}
# key: ${{ steps.cache-restore.outputs.cache-primary-key }}


Zombie-Tests:
Expand Down

0 comments on commit fdf34ee

Please sign in to comment.