File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ name: Smoke Override Follow-up
55# open a `smoke-override-followup` issue so the underlying regression isn't
66# forgotten. Runs hourly so the 48h window is met within ±1h.
77
8+ # DISABLED 2026-05-21 alongside smoke.yml — no point opening follow-up
9+ # issues for a smoke gate that no longer runs. workflow_dispatch remains
10+ # so the issue-creation logic can still be exercised manually if a label
11+ # bypass happens via the new approach.
812on :
9- schedule :
10- - cron : ' 0 * * * *'
1113 workflow_dispatch :
1214
1315permissions :
Original file line number Diff line number Diff line change 11name : Smoke Pack
22
3+ # DISABLED 2026-05-21. The smoke account (464453619983) is being torn down
4+ # and closed; we're moving to a new approach. Auto-triggers (pull_request,
5+ # schedule, push) are removed so this workflow no longer runs on every PR
6+ # or nightly. workflow_dispatch remains for ad-hoc invocations if needed
7+ # (e.g. against a future replacement account).
38on :
4- pull_request :
5- paths :
6- - ' cloudformation/scenarios/**'
7- - ' tests/smoke/**'
8- - ' scripts/smoke*.sh'
9- - ' scripts/check-quarantines.mjs'
10- - ' playwright.config.ts'
11- - ' docs/smoke-test-account-config.yml'
12- - ' docs/smoke-test-account-setup.md'
13- - ' .github/workflows/smoke.yml'
14- - ' package.json'
15-
16- schedule :
17- - cron : ' 0 2 * * *'
18-
19- push :
20- branches : [main]
21- paths :
22- - ' cloudformation/scenarios/**'
23- - ' tests/smoke/**'
24- - ' scripts/smoke*.sh'
25- - ' scripts/check-quarantines.mjs'
26- - ' playwright.config.ts'
27- - ' docs/smoke-test-account-config.yml'
28- - ' docs/smoke-test-account-setup.md'
29- - ' .github/workflows/smoke.yml'
30- - ' package.json'
31-
329 workflow_dispatch :
3310
3411permissions :
You can’t perform that action at this time.
0 commit comments