From c566faf28fb77c2fa4df92c2947fb48f1a25df9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=BA=E6=96=B9=E4=BA=91cubecloud-io?= Date: Wed, 11 Mar 2026 02:07:56 +0800 Subject: [PATCH] Feat/docker shell edition (#804) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(ci): secrets can't be used in step if conditions [skip-regression-check] (#787) GitHub Actions step-level `if:` doesn't have access to `secrets` context. Replace `if: secrets.X != ''` with `continue-on-error: true` and let the Set token step handle the fallback. Co-authored-by: Claude Sonnet 4.6 * fix(ci): clean up staging pipeline — remove hacks, skip redundant checks [skip-regression-check] (#794) - Remove continue-on-error from staging-ci.yml app token steps (secrets are configured) - Skip test.yml and code_style.yml on PRs targeting staging (staging-ci.yml already runs tests before promoting, promotion PR gets full CI on main) - Allow ironclaw-ci[bot] in Claude Code review for bot-created promotion PRs Co-authored-by: Claude Opus 4.6 --------- Co-authored-by: Henry Park Co-authored-by: Claude Sonnet 4.6 --- .github/workflows/code_style.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/code_style.yml b/.github/workflows/code_style.yml index 620760ae..45a624b8 100644 --- a/.github/workflows/code_style.yml +++ b/.github/workflows/code_style.yml @@ -1,6 +1,8 @@ name: Code Style on: pull_request: + branches: + - main jobs: format: