From 7dc835eb022fb7c7d78ce1e534448b23ec64b5a0 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Thu, 14 Jul 2022 10:42:24 -0700 Subject: [PATCH] Fix Signed-off-by: Kevin Zhang --- .github/workflows/nightly-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index cf032bff07..fead512408 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -1,9 +1,9 @@ name: nightly-ci -# on: -# schedule: -# - cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST. -on: workflow_dispatch +on: + schedule: + - cron: '00 08 * * *' # early morning 08:00 AM UTC, which is 1 AM PST/4 AM EST. + # concurrency is currently broken, see details https://github.com/actions/runner/issues/1532 #concurrency: # group: pr-integration-tests-${{ github.event.pull_request.number }}