Skip to content

Commit aee4e6d

Browse files
committed
Don't let julia-actions delete cache
1 parent 2190475 commit aee4e6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ concurrency:
1010
group: docs
1111

1212
permissions:
13-
actions: write
1413
contents: write
1514
pull-requests: write
1615

@@ -31,6 +30,8 @@ jobs:
3130

3231
- name: Load Julia packages from cache
3332
uses: julia-actions/cache@v2
33+
with:
34+
delete-old-caches: false
3435

3536
# Note: needs resolve() to fix #518
3637
- name: Instantiate Julia environment

0 commit comments

Comments
 (0)