Skip to content

Commit eca8191

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)