Skip to content

Commit e9e6ee0

Browse files
on push
1 parent 45e1409 commit e9e6ee0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/autobuild.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Autobuild
22

33
on:
44
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 * * *'
5+
- cron: '15 06 * * *' # UTC 6:15am, corresponds to 00:15 CST or 01:15 CDT
6+
push:
7+
paths:
8+
- '.github/workflows/autobuild.yml'
89

910

1011
# Cancel in progress CI runs when a new run targeting the same PR or branch/tag is triggered.

0 commit comments

Comments
 (0)