From 57b7a716c1c9b4ecb9f78c5aa2570a571ef5379a Mon Sep 17 00:00:00 2001 From: Sebastian Bittrich Date: Thu, 30 Nov 2023 15:56:20 -0800 Subject: [PATCH] run wf 3 hours after 0 UTC --- .github/workflows/stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 5f42fc7..4d7bcbb 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml @@ -3,7 +3,7 @@ on: branches: [ master ] schedule: # * is a special character in YAML, so you have to quote this string - - cron: '0 0 * * 3' + - cron: '0 3 * * 3' workflow_dispatch: concurrency: