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 ea8f599 commit 5b00e57Copy full SHA for 5b00e57
.github/workflows/at2_snl.yml
@@ -22,7 +22,7 @@ on:
22
23
# Add schedule trigger for nightly runs at midnight MT (Standard Time)
24
schedule:
25
- - cron: '0 22 * * *' # Runs at 7 AM UTC, which is midnight MT during Standard Time
+ - cron: '0 7 * * *' # Runs at 7 AM UTC, which is midnight MT during Standard Time
26
27
concurrency:
28
# Two runs are in the same group if they are testing the same git ref
0 commit comments