chore(release): prepare codewhale v0.8.41 test build
This commit is contained in:
@@ -7,7 +7,8 @@ name: Sync to CNB
|
||||
# Triggers:
|
||||
# * push to main → mirrors that commit to CNB main
|
||||
# * tag matching v* → mirrors that tag to CNB
|
||||
# * release stability branches→ mirrors release-candidate refs for CNB preflight
|
||||
# * release work branches → mirrors release-candidate refs for CNB preflight
|
||||
# * fix/rebrand branches → mirrors first-party heavy Linux CI refs
|
||||
# * Tencent release branches → mirrors Feishu/Lighthouse setup branches
|
||||
# * workflow_dispatch → manual fallback if any of the above fails
|
||||
#
|
||||
@@ -26,7 +27,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'work/v*-stability'
|
||||
- 'work/v*'
|
||||
- 'fix/*'
|
||||
- 'rebrand/*'
|
||||
- 'work/v*-feishu-*'
|
||||
- 'work/v*-lighthouse*'
|
||||
tags: ['v*']
|
||||
@@ -111,8 +114,9 @@ jobs:
|
||||
# was actually behind GitHub.
|
||||
push_with_retry "main" HEAD:refs/heads/main --force
|
||||
else
|
||||
# Tencent release-candidate branches are first-class CNB
|
||||
# sources for release preflight and Lighthouse/Feishu bootstrap.
|
||||
# First-party fix/rebrand/release branches are first-class CNB
|
||||
# sources for heavy Linux CI, release preflight, and
|
||||
# Lighthouse/Feishu bootstrap.
|
||||
# Mirror the triggering branch exactly so the CNB clone path stays
|
||||
# useful before the branch has merged to main or become a release
|
||||
# tag.
|
||||
|
||||
Reference in New Issue
Block a user