Skip to content

Commit

Permalink
Update skip-release check
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Nov 18, 2024
1 parent 3799279 commit 0302d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

needs: validate_input_conditions

if: needs.validate_input_conditions.outputs.skip-release == 'false'
if: needs.validate_input_conditions.outputs.skip-release != 'true'
uses: ./.github/workflows/pr.yml
with:
branch: ${{ needs.validate_input_conditions.outputs.release-branch }}
Expand Down

0 comments on commit 0302d4c

Please sign in to comment.