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 <[email protected]>
This commit is contained in:
Henry Park
2026-03-09 17:35:06 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 1440ec7422
commit b53986f00b
4 changed files with 5 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
name: Code Style
on:
pull_request:
branches:
- main
jobs:
format: