mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 13:37:41 +00:00
chore(ci): remove test branch trigger before merge
Removes feat/e2e-smoke-tests from E2E workflow triggers. CI failure detection verified: red X on run 24522356737 (deliberate bash exit 1), green on run 24522484762 (reverted), and credit-exhaustion failure also correctly produced exit 1. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2682430543
commit
47be699e00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-smoke.yml
vendored
2
.github/workflows/e2e-smoke.yml
vendored
|
|
@ -2,7 +2,7 @@ name: E2E Smoke Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, dev, feat/e2e-smoke-tests]
|
||||
branches: [main, dev]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue