We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef629c commit b2a1130Copy full SHA for b2a1130
.github/workflows/post-cd.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
if: |
12
github.event.pull_request.user.login == 'github-actions[bot]' &&
13
- startsWith(github.event.pull_request.title, '[CD]') &&
+ startsWith(github.event.pull_request.title, 'Python client CD') &&
14
github.event.pull_request.merged == true
15
steps:
16
- name: Checkout
0 commit comments