We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d6c72 commit 2289f1dCopy full SHA for 2289f1d
.github/workflows/Proof Linux.yml
@@ -2,8 +2,8 @@ name: Proof Linux
2
3
on:
4
schedule:
5
- # hourly seems a bit overkill, but we need to test it...
6
- - cron: '0,15,30,45 * * * *'
+ # Run twice daily
+ - cron: '42 0,12 * * *'
7
8
jobs:
9
build:
0 commit comments