Commit 2f34e35
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 #221 parent 4af708e commit 2f34e35
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
0 commit comments