Skip to content

fix(ci): report skipped test checks - #142

Merged
hughgrigg merged 1 commit into
mainfrom
fix/report-skipped-test-checks
Sep 1, 2026
Merged

fix(ci): report skipped test checks#142
hughgrigg merged 1 commit into
mainfrom
fix/report-skipped-test-checks

Conversation

@hughgrigg

Copy link
Copy Markdown
Contributor

GitHub evaluates a job's if before expanding its matrix. Documentation-only changes reported one skipped check called Test (Node ${{ matrix.node }}), leaving both required versioned checks absent.

This gives each Node version its own conditional job. A documentation-only PR now gets both required checks with skipped conclusions, while code changes still run both test jobs.

Checks

AWS_CONFIG_FILE=/dev/null pnpm check

@coderabbitai ignore

GitHub evaluates a job condition before expanding its matrix. A skipped test matrix reports one literal check name and leaves the two required checks absent.

Give each Node version its own conditional job. Documentation changes now report both versioned checks as skipped.
@hughgrigg
hughgrigg merged commit 2fa23c9 into main Sep 1, 2026
8 checks passed
@hughgrigg
hughgrigg deleted the fix/report-skipped-test-checks branch September 1, 2026 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant