From 4b6d1900f471d73710f51cb3aaa0c3a92f9b6d11 Mon Sep 17 00:00:00 2001 From: Dani Perez Date: Wed, 16 Aug 2023 08:58:04 +0200 Subject: [PATCH] [experimental] forgot to remove the cancellation code --- .github/workflows/check-vale-update.yml | 2 -- 1 file changed, 2 deletions(-) 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