File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,9 @@ name: Create-Cache
22
33on :
44 schedule :
5- # Run at 1:07 on mondays and fridays
5+ # Run at 1:07 on sundays
66 # https://stackoverflow.com/questions/59560214/github-action-works-on-push-but-not-scheduled
7- - cron : 7 1 * * 1,5
8- pull_request :
9- branches :
10- - main
7+ - cron : 7 1 * * 0
118
129jobs :
1310 init-submodules :
3734 riscv-gnu-toolchain/glibc
3835 riscv-gnu-toolchain/newlib
3936 riscv-gnu-toolchain/qemu
40- key : submodules-archive-9 # Numbered archive to allow for easy transition when bumping submodules
37+ key : submodules-archive-10 # Numbered archive to allow for easy transition when bumping submodules
4138
4239 - name : Initalize submodules cache
4340 id : cache-init
9895 riscv-gnu-toolchain/glibc
9996 riscv-gnu-toolchain/newlib
10097 riscv-gnu-toolchain/qemu
101- key : submodules-archive-9
98+ key : submodules-archive-10
10299
103100 - name : Make cache zip
104101 run : |
@@ -113,5 +110,5 @@ jobs:
113110 name : gcc-sources
114111 path : |
115112 riscv-gnu-toolchain/cache.zip
116- retention-days : 5
113+ retention-days : 9
117114
You can’t perform that action at this time.
0 commit comments