diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index e594b4ca2..ab1dcb1cf 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -10,10 +10,10 @@ name: Nightly Build on: push: branches: - - nightly # Just for test purpose only with the nightly repo + - nightly0 # Just for test purpose only with the nightly repo # This schedule will run only from the default branch schedule: - - cron: '15 1 * * *' # run at 01:15 AM UTC + - cron: '15 0 * * *' # run at 01:15 AM UTC defaults: run: