From efbf9cf948de812dc0cee3a241fa7a6082dc19f8 Mon Sep 17 00:00:00 2001 From: Luc Grosheintz Date: Tue, 1 Oct 2024 13:29:54 +0200 Subject: [PATCH] attempt n+1 --- .github/workflows/sonarsource.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarsource.yml b/.github/workflows/sonarsource.yml index 49b3da2b4..00e9ec31a 100644 --- a/.github/workflows/sonarsource.yml +++ b/.github/workflows/sonarsource.yml @@ -10,8 +10,8 @@ env: jobs: remove-label: runs-on: ubuntu-latest - if: ${{ github.event.label.name == 'run-sonarsource' }} steps: + - name: Remove label run: | gh pr edit $PR_URL --remove-label run-sonarsource