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:
parent
135d28bc9f
commit
f7c735231d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create-tag.yml
vendored
2
.github/workflows/create-tag.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue