aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/updater.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh
index 32e0b15..03f320c 100644
--- a/.github/workflows/updater.sh
+++ b/.github/workflows/updater.sh
@@ -38,7 +38,6 @@ echo "PROCEED=false" >> $GITHUB_ENV
if ! dpkg --compare-versions "$current_version" "lt" "$version" ; then
echo "::warning ::No new version available"
exit 0
-fi
# Proceed only if a PR for this new version does not already exist
elif git ls-remote -q --exit-code --heads https://github.com/$GITHUB_REPOSITORY.git ci-auto-update-v$version ; then
echo "::warning ::A branch already exists for this update"