Commit 685a57d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
0 commit comments