From f7c735231dfad044952721b29a0e34b0d30ea873 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Tue, 14 Jun 2022 09:50:30 +0200 Subject: [PATCH] Adjust release schedule timer Adjust the timer for our automated releases to trigger the workflow at 8 UTC. This corresponds to 10am in most of our team's timezone and to the reminder event in our team calendar. --- .github/workflows/create-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index e239e2603..d985a4d94 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -4,7 +4,7 @@ name: "Create and push release tag" on: workflow_dispatch: schedule: - - cron: "0 13 * * 3" + - cron: "0 8 * * 3" jobs: tag-and-push: