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:
Cole Medin 2026-04-16 11:46:23 -05:00
parent 2682430543
commit 47be699e00

View file

@ -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 }}