Skip to content

Commit

Permalink
ci: update check-release-build.yml (#2820)
Browse files Browse the repository at this point in the history
Use exit 0 to indicate success even when skipping the build
  • Loading branch information
longyulongyu authored Aug 30, 2024
1 parent d75276d commit d66c628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "trigger_release=true" >> $GITHUB_OUTPUT
else
echo "Commit message does not contain '[ci] release main', skipping release build..."
exit 1
exit 0
fi
trigger-release-build:
Expand Down

0 comments on commit d66c628

Please sign in to comment.