From ca87645f05cca2b7b7fcea1de7d251264fce10dc Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Wed, 12 Jun 2024 09:12:00 +0200 Subject: [PATCH] fix: syntax in workflows --- .github/workflows/ci_cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 70e1898527f..b1816b6d8cf 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -26,7 +26,6 @@ concurrency: jobs: pr-title: - if: if: | github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'ci:skip') &&