You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix actionlint errors in workflow matrix conditionals
The previous approach using matrix.exclude with matrix context expressions
caused actionlint errors because the matrix context is not available in the
exclude section.
**Fix:**
- Move conditional logic to job-level if statements
- Check both event type and dependency level in single expression
- For regular PRs: only run latest versions
- For master/workflow_dispatch: run all versions including minimum
This properly filters matrix jobs without using unsupported contexts.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments