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 45e1409 commit e9e6ee0Copy full SHA for e9e6ee0
.github/workflows/autobuild.yml
@@ -2,9 +2,10 @@ name: Autobuild
2
3
on:
4
schedule:
5
- # - cron: '15 06 * * *' # UTC 6:15am, corresponds to 00:15 CST or 01:15 CDT
6
- # FIXME: For testing:
7
- - cron: '30 04 * * *'
+ - cron: '15 06 * * *' # UTC 6:15am, corresponds to 00:15 CST or 01:15 CDT
+ push:
+ paths:
8
+ - '.github/workflows/autobuild.yml'
9
10
11
# Cancel in progress CI runs when a new run targeting the same PR or branch/tag is triggered.
0 commit comments