We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ad79c commit 440ccefCopy full SHA for 440ccef
.github/workflows/autobuild.yml
@@ -2,7 +2,9 @@ name: Autobuild
2
3
on:
4
schedule:
5
- - cron: '15 06 * * *' # UTC 6:15am, corresponds to 00:15 CST or 01:15 CDT
+ # - cron: '15 06 * * *' # UTC 6:15am, corresponds to 00:15 CST or 01:15 CDT
6
+ # FIXME: For testing:
7
+ - cron: '30 04 * * *'
8
9
jobs:
10
Delta:
0 commit comments