ci: Update minor and patch release schedules (#28511)

This commit is contained in:
Matsu 2026-04-20 11:47:34 +03:00 committed by GitHub
parent 73659cb3e7
commit b2fdcf16c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: 'Release: Create Minor Release PR'
on:
workflow_dispatch:
schedule:
- cron: 0 13 * * 1 # 2pm CET (UTC+1), Monday
- cron: 0 8 * * 2 # 9am CET (UTC+1), Tuesday
jobs:
create-release-pr:

View file

@ -3,7 +3,7 @@ name: 'Release: Schedule Patch Release PRs'
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * 2-5' # 9am CET (UTC+1), TuesdayFriday
- cron: '0 8 * * 3-5,1' # 9am CET (UTC+1), Wednesday - Friday and Monday. (Minor release on tuesday)
jobs:
create-patch-prs: