Skip to content

Commit 685a57d

Browse files
sebastian-pf9claude
andcommitted
ci: temporarily trigger e2e-matrix.yml on pull_request for this PR's review
workflow_dispatch can't dispatch a workflow that doesn't exist on the default branch yet -- no way to get a real execution of a brand-new workflow_dispatch workflow before it merges any other way. pull_request runs use the PR branch's own file content directly, so this gets a real signal on this exact PR without needing anything on main first, and without affecting any other already-open PR (each PR triggers off its own branch's workflow files). To revert before merge, restoring the intended permanent workflow_dispatch-only state. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 7e0bb29 commit 685a57d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/e2e-matrix.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
name: e2e-matrix
1111

1212
on:
13+
# TEMPORARY, for this PR's own review only: workflow_dispatch can't
14+
# dispatch a workflow that doesn't exist on the default branch yet, so
15+
# there's no way to get a real execution of a brand-new workflow_dispatch
16+
# workflow before it merges except by triggering it some other way once.
17+
# Remove this pull_request trigger again before merging -- see the plan
18+
# this PR is part of for why workflow_dispatch-only is the intended,
19+
# permanent state.
20+
pull_request: {}
1321
workflow_dispatch: {}
1422

1523
permissions:

0 commit comments

Comments
 (0)