Commit d8c3230
Fix matrix exclude keys in build-dummy-app-webpack-test-bundles job
Adds the missing exclude section to the build-dummy-app-webpack-test-bundles
job to match the structure used in dummy-app-integration-tests job. This fixes
the GitHub Actions error where matrix exclude keys (ruby-version, node-version,
dependency-level) didn't match any keys within the matrix.
The exclude section prevents the minimum dependency matrix (Ruby 3.2, Node 20)
from running on regular PRs, ensuring it only runs on master, workflow_dispatch,
force_run, or when the full-ci label is present.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 37f5894 commit d8c3230
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
78 | 83 | | |
| |||
0 commit comments