Skip to content

Commit 440ccef

Browse files
add a test
1 parent a9ad79c commit 440ccef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Autobuild
22

33
on:
44
schedule:
5-
- cron: '15 06 * * *' # UTC 6:15am, corresponds to 00:15 CST or 01:15 CDT
5+
# - cron: '15 06 * * *' # UTC 6:15am, corresponds to 00:15 CST or 01:15 CDT
6+
# FIXME: For testing:
7+
- cron: '30 04 * * *'
68

79
jobs:
810
Delta:

0 commit comments

Comments
 (0)