Skip to content

Commit 239e7db

Browse files
committed
Workflows: turn on nightly scripts tests
1 parent f754e00 commit 239e7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eamxx-scripts-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
workflow_dispatch:
1616

1717
# 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
18+
schedule:
19+
- cron: '0 7 * * *' # Runs at 7 AM UTC, which is midnight MT during Standard Time
2020

2121
concurrency:
2222
# Two runs are in the same group if:

0 commit comments

Comments
 (0)