From 13d577a832e8bad1c65dfa28312611405f19e4fd Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:08:25 +0200 Subject: [PATCH] ci: always remove build label even after build failed Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/build-pr.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-pr.yaml b/.github/workflows/build-pr.yaml index 410f16504..f831d14e0 100644 --- a/.github/workflows/build-pr.yaml +++ b/.github/workflows/build-pr.yaml @@ -132,6 +132,7 @@ jobs: name: Remove build label needs: create-artifact runs-on: ubuntu-latest + if: always() steps: - name: Remove label env: