File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,20 +2,21 @@ name: JuliaNightly
22# Nightly Scheduled Julia Nightly Run
33on :
44 schedule :
5- - cron : ' 0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
5+ - cron : ' 0 2 * * 0' # Sundays at 2 AM UTC (8 PM CST)
6+ workflow_dispatch :
67jobs :
78 test :
8- name : Julia Nightly - Ubuntu - x64
9+ name : Julia Prerelease - Ubuntu - x64
910 runs-on : ubuntu-latest
1011 steps :
1112 - uses : actions/checkout@v4
1213 - uses : julia-actions/setup-julia@v2
1314 with :
14- version : nightly
15+ version : pre
1516 arch : x64
1617 - uses : actions/cache@v4
1718 env :
18- cache-name : julia-nightly -cache-artifacts
19+ cache-name : julia-prerelease -cache-artifacts
1920 with :
2021 path : ~/.julia/artifacts
2122 key : ${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
You can’t perform that action at this time.
0 commit comments