diff --git a/.github/workflows/check_runner_status.yml b/.github/workflows/check_runner_status.yml index fa40a08cc0..2b61bfd971 100644 --- a/.github/workflows/check_runner_status.yml +++ b/.github/workflows/check_runner_status.yml @@ -10,7 +10,7 @@ on: repository_dispatch: schedule: # run per hour - - cron: "* */1 * * *" + - cron: "0 */1 * * *" env: TRANSFORMERS_IS_CI: yes