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.
This commit is contained in:
Simon Steinbeiss 2022-06-14 09:50:30 +02:00 committed by Simon Steinbeiß
parent 135d28bc9f
commit f7c735231d

View file

@ -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: