Skip to content

Commit d47eda4

Browse files
authored
Merge pull request #356 from co-cddo/chore/disable-smoke-ci
chore(smoke): disable auto-triggers on smoke + override-followup workflows
2 parents e858dfb + e4c8e45 commit d47eda4

2 files changed

Lines changed: 9 additions & 30 deletions

File tree

.github/workflows/smoke-override-followup.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
812
on:
9-
schedule:
10-
- cron: '0 * * * *'
1113
workflow_dispatch:
1214

1315
permissions:

.github/workflows/smoke.yml

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,11 @@
11
name: 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).
38
on:
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

3411
permissions:

0 commit comments

Comments
 (0)