Skip to content

Commit b5b55c6

Browse files
committed
don't use job in cache key
1 parent 277ad36 commit b5b55c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
version: ${{ matrix.version }}
4545
- uses: julia-actions/cache@v2
4646
with:
47-
cache-name: julia-cache;workflow=${{ github.workflow }};job=${{ github.job }};version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
47+
cache-name: julia-cache;workflow=${{ github.workflow }};version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
4848
include-matrix: false
4949
- name: Warm cache
5050
run: |
@@ -135,7 +135,7 @@ jobs:
135135
version: ${{ matrix.version }}
136136
- uses: julia-actions/cache@v2
137137
with:
138-
cache-name: julia-cache;workflow=${{ github.workflow }};job=${{ github.job }};version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
138+
cache-name: julia-cache;workflow=${{ github.workflow }};version=${{ matrix.version }};os=${{ matrix.os }};runtime=${{ matrix.runtime }};assertions=${{ matrix.assertions }}
139139
include-matrix: false
140140
- uses: actions/checkout@v4
141141
if: ${{ matrix.assertions }}

0 commit comments

Comments
 (0)