Skip to content

Commit

Permalink
fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 4, 2023
1 parent 2c6ef24 commit 5bce5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/roman_ci_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CRDS_SERVER_URL: ${{ needs.data.outputs.crds_server }}
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
cache-path: ${{ needs.data.outputs.crds_path }}
cache-path: ${{ needs.data.outputs.path }}
cache-key: ${{ needs.data.outputs.cache_key }}-${{ needs.data.outputs.crds_context }}
cache-restore-keys: ${{ needs.data.outputs.cache_key }}
envs: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_devdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CRDS_SERVER_URL: ${{ needs.data.outputs.crds_server }}
CRDS_CLIENT_RETRY_COUNT: 3
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
cache-path: ${{ needs.data.outputs.crds_path }}
cache-path: ${{ needs.data.outputs.path }}
cache-key: ${{ needs.data.outputs.cache_key }}-${{ needs.data.outputs.crds_context }}
cache-restore-keys: ${{ needs.data.outputs.cache_key }}
envs: |
Expand Down

0 comments on commit 5bce5bd

Please sign in to comment.