Skip to content

Commit

Permalink
add data- to restore keys
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 4, 2023
1 parent 7b5be24 commit 9e6f9ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/roman_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
DD_GIT_BRANCH: ${{ github.ref_name }}
cache-path: ${{ needs.data.outputs.path }}
cache-key: data-${{ needs.data.outputs.webbpsf_hash }}-${{ needs.data.outputs.crds_context }}
cache-restore-keys: data-${{ needs.data.outputs.webbpsf_hash }}-
cache-restore-keys: |
data-${{ needs.data.outputs.webbpsf_hash }}-
data-
envs: |
- linux: py39-oldestdeps-cov
pytest-results-summary: true
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/roman_ci_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
CRDS_CLIENT_RETRY_DELAY_SECONDS: 20
cache-path: ${{ needs.data.outputs.crds_path }}
cache-key: data-${{ needs.data.outputs.webbpsf_hash }}-${{ needs.data.outputs.crds_context }}
cache-restore-keys: data-${{ needs.data.outputs.webbpsf_hash }}-
cache-restore-keys: |
data-${{ needs.data.outputs.webbpsf_hash }}-
data-
envs: |
- macos: py39
pytest-results-summary: true
Expand Down

0 comments on commit 9e6f9ad

Please sign in to comment.