Skip to content

Commit 7dc835e

Browse files
committed
Fix
Signed-off-by: Kevin Zhang <[email protected]>
1 parent a4ec95e commit 7dc835e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: nightly-ci
22

3-
# on:
4-
# schedule:
5-
# - cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST.
6-
on: workflow_dispatch
3+
on:
4+
schedule:
5+
- cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST.
6+
77
# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532
88
#concurrency:
99
# group: pr-integration-tests-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)