From 26130e12bcce5d1d02a2f347d29a27604cdcb6f5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Oct 2024 12:56:15 +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 076cae9d6d1c..366075b4b14c 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -6,7 +6,7 @@ on: #pull_request: # branches: [ main ] schedule: - - cron: '30 0,4,7,10,12,14 * * *' + - cron: '37 0,4,7,10,12,14 * * *' watch: types: started workflow_dispatch: