Skip to content

Commit e7aaf87

Browse files
sebastian-pf9claude
andcommitted
ci: disable e2e.yml's push/pull_request triggers, keep workflow_dispatch
Running the old fixed e2e/packaging jobs on every PR is wasted CI spend while e2e-matrix.yml is being evaluated as their replacement -- both would otherwise run in parallel indefinitely with no plan to compare them on a schedule. Still dispatchable manually if needed; re-add the triggers if e2e-matrix.yml doesn't pan out. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 484c4ce commit e7aaf87

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
11
name: e2e-suite
22

3+
# push/pull_request triggers disabled while the PICT-driven e2e-matrix.yml
4+
# (workflow_dispatch-gated) is being evaluated as this suite's replacement,
5+
# to stop paying for both on every PR. Still runnable manually via
6+
# workflow_dispatch. Re-add the triggers below if e2e-matrix.yml doesn't
7+
# pan out, or remove this workflow once it's promoted (see the PICT e2e
8+
# refactor plan's PR 9).
39
on:
4-
push:
5-
branches: [ main ]
6-
tags: [ 'ci-*' ]
7-
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
- 'LICENSE'
11-
- 'NOTICE'
12-
- 'PROJECT'
13-
- 'SECURITY_CONTACTS'
14-
pull_request:
15-
types: [opened, synchronize, reopened, ready_for_review]
16-
paths-ignore:
17-
- '*.md'
18-
- 'docs/**'
19-
- 'LICENSE'
20-
- 'NOTICE'
21-
- 'PROJECT'
22-
- 'SECURITY_CONTACTS'
2310
workflow_dispatch: {}
2411

2512
permissions:

0 commit comments

Comments
 (0)