Skip to content

Commit 7a8b334

Browse files
committed
Remove obsolete "cache on error" in CI.yml
1 parent 6403ead commit 7a8b334

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
with:
4949
files: lcov.info
5050
token: ${{ secrets.CODECOV_TOKEN }}
51-
- name: Save Julia depot cache on cancel or failure
52-
id: julia-cache-save
53-
if: cancelled() || failure()
54-
uses: actions/cache/save@v5
55-
with:
56-
path: |
57-
${{ steps.julia-cache.outputs.cache-paths }}
58-
key: ${{ steps.julia-cache.outputs.cache-key }}
5951
- uses: actions/upload-artifact@v7
6052
with:
6153
name: manifest-${{ matrix.os }}
@@ -92,14 +84,6 @@ jobs:
9284
shell: julia --color=yes --project=test {0}
9385
run: |
9486
include(joinpath(pwd(), "test", "runtests.jl"))
95-
- name: Save Julia depot cache on cancel or failure
96-
id: julia-cache-save
97-
if: cancelled() || failure()
98-
uses: actions/cache/save@v5
99-
with:
100-
path: |
101-
${{ steps.julia-cache.outputs.cache-paths }}
102-
key: ${{ steps.julia-cache.outputs.cache-key }}
10387
docs:
10488
name: Documentation
10589
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)