Skip to content

Commit b5abc18

Browse files
jbachorikclaude
andcommitted
Fix dry-run release failing on skipped tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 82b2f21 commit b5abc18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-validated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
runs-on: ubuntu-latest
149149
steps:
150150
- name: Check test results
151-
if: ${{ inputs.skip_tests != true && needs.pre-release-tests.result != 'success' }}
151+
if: ${{ inputs.dry_run != true && inputs.skip_tests != true && needs.pre-release-tests.result != 'success' }}
152152
run: |
153153
echo "::error::Pre-release tests failed. Cannot proceed with release."
154154
exit 1

0 commit comments

Comments
 (0)