Skip to content

Commit 9957378

Browse files
committed
Only run once a week
1 parent 5403ee2 commit 9957378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/JuliaPrerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: JuliaNightly
22
# Nightly Scheduled Julia Nightly Run
33
on:
44
schedule:
5-
- cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
6-
workflow_dispath:
5+
- cron: '0 2 * * 0' # Sundays at 2 AM UTC (8 PM CST)
6+
workflow_dispatch:
77
jobs:
88
test:
99
name: Julia Prerelease - Ubuntu - x64

0 commit comments

Comments
 (0)