From 3ffba192051676257bc2cc88a861992e4dc3480e Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Tue, 14 Jun 2022 10:17:28 +0200 Subject: [PATCH] ci: 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 3ec46bd8..69b0537f 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: