Skip to content

Commit

Permalink
Don't mark commits that are not yet ready to merge as failed in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Oct 13, 2023
1 parent 8a06cb6 commit 5967f12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,8 @@ jobs:
if dpkg --compare-versions $version_main "lt" $version_local; then
echo "Local version ($version_local) is ahead of origin main ($version_main)"
exit 0
else
echo "Local version ($version_local) lags origin main ($version_main)"
exit 1
echo "::warning title=Not ready to merge::Local version ($version_local) lags origin main ($version_main)"
fi
tag-release:
Expand Down

0 comments on commit 5967f12

Please sign in to comment.