Skip to content

Commit b2a1130

Browse files
authored
fix: post-cd issue (#204)
1 parent 4ef629c commit b2a1130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: |
1212
github.event.pull_request.user.login == 'github-actions[bot]' &&
13-
startsWith(github.event.pull_request.title, '[CD]') &&
13+
startsWith(github.event.pull_request.title, 'Python client CD') &&
1414
github.event.pull_request.merged == true
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)