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
2
2
# Nightly Scheduled Julia Nightly Run
3
3
on :
4
4
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 :
6
7
jobs :
7
8
test :
8
- name : Julia Nightly - Ubuntu - x64
9
+ name : Julia Prerelease - Ubuntu - x64
9
10
runs-on : ubuntu-latest
10
11
steps :
11
12
- uses : actions/checkout@v4
12
13
- uses : julia-actions/setup-julia@v2
13
14
with :
14
- version : nightly
15
+ version : pre
15
16
arch : x64
16
17
- uses : actions/cache@v4
17
18
env :
18
- cache-name : julia-nightly -cache-artifacts
19
+ cache-name : julia-prerelease -cache-artifacts
19
20
with :
20
21
path : ~/.julia/artifacts
21
22
key : ${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
You can’t perform that action at this time.
0 commit comments