From 4dea9f8f5d274682364c0e174567c5116125498a Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Tue, 10 Oct 2023 17:13:07 -0700 Subject: [PATCH] chore: fixup warming cron --- gha does not support timezone --- .github/workflows/aspect-workflows-warming.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aspect-workflows-warming.yaml b/.github/workflows/aspect-workflows-warming.yaml index cfd6336..71723e9 100644 --- a/.github/workflows/aspect-workflows-warming.yaml +++ b/.github/workflows/aspect-workflows-warming.yaml @@ -2,8 +2,9 @@ name: Aspect Workflows Warming on: # Run the workflows on a cron schedule to periodically create an up-to-date warming archive + # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule schedule: - - cron: "0 1 * * * America/Vancouver" + - cron: "0 8 * * *" # Allow this to be triggered manually via the GitHub UI Actions tab workflow_dispatch: