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.
This commit is contained in:
Simon Steinbeiss 2022-06-14 10:17:28 +02:00 committed by Ondřej Budai
parent c8073b5836
commit 3ffba19205

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: