Skip to content

Commit 5b00e57

Browse files
committed
set cron time to 0700 UTC
1 parent ea8f599 commit 5b00e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/at2_snl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
# Add schedule trigger for nightly runs at midnight MT (Standard Time)
2424
schedule:
25-
- cron: '0 22 * * *' # Runs at 7 AM UTC, which is midnight MT during Standard Time
25+
- cron: '0 7 * * *' # Runs at 7 AM UTC, which is midnight MT during Standard Time
2626

2727
concurrency:
2828
# Two runs are in the same group if they are testing the same git ref

0 commit comments

Comments
 (0)