Skip to content

Commit 72a5d3c

Browse files
committed
test(docs): temporarily widen workflow for E2E testing
Add `experiments/**` branch trigger and `experiments/publish-docs` to the allowlist so the full pipeline (including `combine` and `trigger-aggregator`) runs on push. Revert before merge.
1 parent b7a7037 commit 72a5d3c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/configs/docs-branches.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ default: "forks/amsterdam"
1212
branches:
1313
- path: "forks/amsterdam"
1414
label: "Amsterdam"
15+
# TEMPORARY: remove after E2E testing
16+
- path: "experiments/publish-docs"
17+
label: "Amsterdam"

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- "devnets/**"
2222
- "eips/**"
2323
- "projects/**"
24+
- "experiments/**" # TEMPORARY: remove after E2E testing
2425
paths: &docs_paths
2526
- "src/ethereum/**"
2627
- "src/ethereum_spec_tools/docc.py"

0 commit comments

Comments
 (0)