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 f754e00 commit 239e7dbCopy full SHA for 239e7db
.github/workflows/eamxx-scripts-tests.yml
@@ -15,8 +15,8 @@ on:
15
workflow_dispatch:
16
17
# Add schedule trigger for nightly runs at midnight MT (Standard Time)
18
- # schedule:
19
- # - cron: '0 7 * * *' # Runs at 7 AM UTC, which is midnight MT during Standard Time
+ schedule:
+ - cron: '0 7 * * *' # Runs at 7 AM UTC, which is midnight MT during Standard Time
20
21
concurrency:
22
# Two runs are in the same group if:
0 commit comments