diff --git a/.github/workflows/check-vale-update.yml b/.github/workflows/check-vale-update.yml index f1a8834..628b50e 100644 --- a/.github/workflows/check-vale-update.yml +++ b/.github/workflows/check-vale-update.yml @@ -24,8 +24,6 @@ jobs: if [[ "$VALE_LAST_VERSION" == "$VALE_PYTHON_LAST_VERSION" ]]; then echo "Same versions 🎉" - gh run cancel ${{ github.run_id }} - gh run watch ${{ github.run_id }} elif [ -n "$VALE_LAST_VERSION" ]; then # not-empty echo "Versions differ, updating." echo "VALE_LAST_VERSION=$VALE_LAST_VERSION" >> $GITHUB_OUTPUT