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