From 15ec6876f84de3b10577e4b536fa44a83e4cbe57 Mon Sep 17 00:00:00 2001 From: Niraj Kamdar Date: Mon, 19 Jun 2023 19:01:18 +0530 Subject: [PATCH] fix: post-cd issue --- .github/workflows/post-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-cd.yaml b/.github/workflows/post-cd.yaml index 48c04af5..ed765c7d 100644 --- a/.github/workflows/post-cd.yaml +++ b/.github/workflows/post-cd.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: | github.event.pull_request.user.login == 'github-actions[bot]' && - startsWith(github.event.pull_request.title, '[CD]') && + startsWith(github.event.pull_request.title, 'Python client CD') && github.event.pull_request.merged == true steps: - name: Checkout