From ea99ca7b88ffb7fb60f04ceb5eb7e1bde679801e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 29 Jun 2024 07:16:35 +0000 Subject: [PATCH] random cron. --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index db9f4dce47c2..f64f248c1ddc 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -6,7 +6,7 @@ on: #pull_request: # branches: [ master ] schedule: - - cron: '4 0,2,5,7,9,11,12 * * *' + - cron: '0 0,2,5,7,9,11,12 * * *' watch: types: started workflow_dispatch: