From cc567e0063e8c67a3fcc22963a94ed71b2aade5f Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:46:55 +0200 Subject: [PATCH] Fix the wrong schedule (#19117) Co-authored-by: ydshieh --- .github/workflows/check_runner_status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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