We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9774c commit a3fa361Copy full SHA for a3fa361
2 files changed
.github/workflows/promote-stable.yml
@@ -8,7 +8,7 @@ on:
8
required: false
9
type: string
10
schedule:
11
- - cron: '0 7 * * *'
+ - cron: '0 5 * * 2,6'
12
13
permissions:
14
contents: write
cicd.md
@@ -69,7 +69,7 @@ main (next) → stable (latest) → X.x (maintenance)
69
70
#### 3. Promote to Stable (`promote-stable.yml`)
71
72
-**Trigger**: Manual workflow dispatch or daily schedule at `07:00 UTC`
+**Trigger**: Manual workflow dispatch or scheduled runs at `05:00 UTC` on Tuesdays and Saturdays
73
74
**Input**: Optional candidate branch name (defaults to `merge/main-into-stable-YYYY-MM-DD`)
75
0 commit comments