Skip to content

Commit

Permalink
fix(backend): Restore cache key on backend refesh cache (#178)
Browse files Browse the repository at this point in the history
* fix(backend): Restore cache key on backend refesh cache

Changelog: fix

* feat: update restore cache

* fix(backend): Setup tools for prevent big cache

Changelog: fix

---------

Co-authored-by: dimzrio <[email protected]>
  • Loading branch information
dmzrio and dimzrio authored Nov 28, 2024
1 parent f9596c4 commit 2743c2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ runs:
${{ steps.golang-env.outputs.module-cache-path }}
key: ${{ steps.golang-env.outputs.cache-key }}
restore-keys: |
${{ steps.golang-env.outputs.cache-key-restore }}
${{ steps.golang-env.outputs.cache-key }}
- name: Configure Git for private modules
env:
Expand Down
2 changes: 1 addition & 1 deletion backend/cache/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:
${{ steps.golang-env.outputs.module-cache-path }}
key: ${{ steps.golang-env.outputs.cache-key }}
restore-keys: |
${{ steps.golang-env.outputs.cache-key-restore }}
${{ steps.golang-env.outputs.cache-key }}
- name: Configure Git for private modules
env:
Expand Down
2 changes: 1 addition & 1 deletion backend/tools/setuptools/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
${{ steps.golang-env.outputs.module-cache-path }}
key: ${{ steps.golang-env.outputs.cache-key }}
restore-keys: |
${{ steps.golang-env.outputs.cache-key-restore }}
${{ steps.golang-env.outputs.cache-key }}
- name: Custom Command
shell: bash
Expand Down

0 comments on commit 2743c2f

Please sign in to comment.