From 9099b23f1787657418dd31d43b482051b3fbaa72 Mon Sep 17 00:00:00 2001 From: nolancon Date: Fri, 24 May 2024 13:25:55 +0000 Subject: [PATCH] remove bracket --- .github/workflows/release-candidatec-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidatec-pr.yml b/.github/workflows/release-candidatec-pr.yml index cd8d6e3e..2433c530 100644 --- a/.github/workflows/release-candidatec-pr.yml +++ b/.github/workflows/release-candidatec-pr.yml @@ -19,7 +19,7 @@ jobs: if: > github.event_name == 'push' && github.ref == 'refs/heads/main' && - !contains(github.event.head_commit.message, 'Set release candidate version')) + !contains(github.event.head_commit.message, 'Set release candidate version') runs-on: ubuntu-22.04 permissions: contents: write