Skip to content

Commit 2f34e35

Browse files
authored
chore(ci): quarantine enterprise-shaped-scenarios to workflow_dispatch (Refs #22)
enterprise-execution-readiness/ is not part of the v0.1.0 proof surface. All 4 tests under enterprise-execution-readiness/tests/ have errored at pytest collection on every run since 2026-05-12 (10/10 reds) with AttributeError: 'NoneType' object has no attribute '__dict__' from a @DataClass decoration in enterprise-execution-readiness/adapters/replay_ledger.py:14 (Python 3.11.15, dataclasses.py:712, _is_type). This commit restricts enterprise-shaped-scenarios.yml to workflow_dispatch only, so that main returns to fully green and v0.1.0 release hygiene (PR-B) can proceed. The underlying dataclass bug is tracked in #22 and will be fixed in a separate branch against a green main. Refs #22
1 parent 4af708e commit 2f34e35

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/enterprise-shaped-scenarios.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: enterprise-shaped-scenarios
22

3+
# QUARANTINED 2026-05-24 — see issue #22
4+
# enterprise-execution-readiness/ is not part of the v0.1.0 proof surface.
5+
# This workflow is restricted to manual dispatch pending the dataclass
6+
# collection fix in enterprise-execution-readiness/adapters/replay_ledger.py.
37
on:
4-
push:
5-
paths:
6-
- 'enterprise-execution-readiness/**'
7-
- '.github/workflows/enterprise-shaped-scenarios.yml'
8-
pull_request:
9-
paths:
10-
- 'enterprise-execution-readiness/**'
11-
- '.github/workflows/enterprise-shaped-scenarios.yml'
8+
workflow_dispatch:
129

1310
jobs:
1411
esp-001:

0 commit comments

Comments
 (0)