Skip to content

Commit 2289f1d

Browse files
authored
* Change proof run schedule
Runs proof at 12:42 and 0:42 daily.
1 parent 77d6c72 commit 2289f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Proof Linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Proof Linux
22

33
on:
44
schedule:
5-
# hourly seems a bit overkill, but we need to test it...
6-
- cron: '0,15,30,45 * * * *'
5+
# Run twice daily
6+
- cron: '42 0,12 * * *'
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)