From d43415b99bae41088e00fcee472b61197791164b Mon Sep 17 00:00:00 2001 From: Fabian Kramm Date: Fri, 2 Aug 2024 16:51:37 +0200 Subject: [PATCH] chore: fix backport.yaml --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index fe856dca0..9a18aefe5 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -7,7 +7,7 @@ on: jobs: backport: name: Backport PR - if: !(contains(github.event.pull_request.labels.*.name, 'backport')) + if: "!(contains(github.event.pull_request.labels.*.name, 'backport'))" runs-on: ubuntu-latest steps: - name: Backport Action