diff --git a/.github/workflows/build_with_current_nightly.yml b/.github/workflows/build_with_current_nightly.yml index 13d8eb60..f9175c30 100644 --- a/.github/workflows/build_with_current_nightly.yml +++ b/.github/workflows/build_with_current_nightly.yml @@ -1,11 +1,10 @@ name: Build and Test with last nightly everyday @12PM on: - pull_request: workflow_dispatch: schedule: # * is a special character in YAML so you have to quote this string - - cron: '00 12 * * *' + - cron: '0 12 * * *' jobs: build_with_last_nightly: