diff --git a/.github/workflows/release_create_release_branch.yaml b/.github/workflows/release_create_release_branch.yaml index 4c021814d0..4cbabc7d12 100644 --- a/.github/workflows/release_create_release_branch.yaml +++ b/.github/workflows/release_create_release_branch.yaml @@ -11,7 +11,7 @@ permissions: jobs: cut_branch: # Run only if the issue has the type: release label - if: contains(github.event.issue.labels.*.name, 'type: release') + if: "contains(github.event.issue.labels.*.name, 'type: release')" runs-on: ubuntu-latest steps: - name: Checkout repository