Skip to content

Commit 20636c4

Browse files
cpcloudclaude
andcommitted
fix: skip test-sdist job on doc-only PRs
Match existing test jobs' doc-only guard so docs-only PRs don't run source-build validation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 70aa3a9 commit 20636c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- ci-vars
139139
- should-skip
140140
name: Test sdist
141-
if: ${{ github.repository_owner == 'nvidia' && !fromJSON(needs.should-skip.outputs.skip) }}
141+
if: ${{ github.repository_owner == 'nvidia' && !fromJSON(needs.should-skip.outputs.skip) && !fromJSON(needs.should-skip.outputs.doc-only) }}
142142
secrets: inherit
143143
uses: ./.github/workflows/test-sdist.yml
144144
with:

0 commit comments

Comments
 (0)