From 0937bcccd5059e990d779af136fc55724c246da5 Mon Sep 17 00:00:00 2001 From: Vladimir Portnov Date: Fri, 15 Nov 2024 00:54:32 +0800 Subject: [PATCH] break --- .github/workflow_templates/on-pull-request-backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow_templates/on-pull-request-backport.yml b/.github/workflow_templates/on-pull-request-backport.yml index ba36b7e873..45fc1f3e69 100644 --- a/.github/workflow_templates/on-pull-request-backport.yml +++ b/.github/workflow_templates/on-pull-request-backport.yml @@ -151,7 +151,7 @@ jobs: reactions: hooray body: "Cherry pick PR [${{ env.cherry_pr_number }}](${{ env.cherry_pr_url }}) to the branch [${{ env.release_branch }}](https://github.com/${{github.repository}}/tree/${{ env.release_branch }}) successful!" - name: Remove backport label - if: always() + if: cancelled() uses: actions-ecosystem/action-remove-labels@v1 with: github_token: ${{ secrets.BOATSWAIN_GITHUB_TOKEN }}