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.
2 parents daeacb8 + 3f7a289 commit 9a91a2dCopy full SHA for 9a91a2d
.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
VERSION
@@ -1 +1 @@
1
-0.1.0a32
+0.1.0a33
0 commit comments