Skip to content

Commit

Permalink
notebook cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 23, 2024
1 parent 4633e56 commit ed6a122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
execute:
needs: setup
strategy:
max-parallel: 20
max-parallel: 10
fail-fast: false
matrix:
notebook: ${{ fromJSON(needs.setup.outputs.matrix) }}
Expand All @@ -65,7 +65,7 @@ jobs:
id: nb-cache
with:
path: ${{ env.NBCACHE }}
key: ${{ needs.setup.outputs.ver }}-${{ needs.setup.outputs.hash }}-${{ hashFiles(env.NB) }}
key: notebook-${{ needs.setup.outputs.hash }}-${{ hashFiles(env.NB) }}
- name: Pull docker image
if: ${{ steps.nb-cache.outputs.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit ed6a122

Please sign in to comment.