Skip to content

Commit a3fa361

Browse files
committed
chore: update stable release gha
1 parent 7c9774c commit a3fa361

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/promote-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: false
99
type: string
1010
schedule:
11-
- cron: '0 7 * * *'
11+
- cron: '0 5 * * 2,6'
1212

1313
permissions:
1414
contents: write

cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ main (next) → stable (latest) → X.x (maintenance)
6969

7070
#### 3. Promote to Stable (`promote-stable.yml`)
7171

72-
**Trigger**: Manual workflow dispatch or daily schedule at `07:00 UTC`
72+
**Trigger**: Manual workflow dispatch or scheduled runs at `05:00 UTC` on Tuesdays and Saturdays
7373

7474
**Input**: Optional candidate branch name (defaults to `merge/main-into-stable-YYYY-MM-DD`)
7575

0 commit comments

Comments
 (0)