mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
ci: Update minor and patch release schedules (#28511)
This commit is contained in:
parent
73659cb3e7
commit
b2fdcf16c0
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ name: 'Release: Schedule Patch Release PRs'
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 8 * * 2-5' # 9am CET (UTC+1), Tuesday–Friday
|
||||
- cron: '0 8 * * 3-5,1' # 9am CET (UTC+1), Wednesday - Friday and Monday. (Minor release on tuesday)
|
||||
|
||||
jobs:
|
||||
create-patch-prs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue