We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a95c0f commit 3a18f7fCopy full SHA for 3a18f7f
1 file changed
.github/workflows/post-cd.yaml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
if: |
11
github.event.pull_request.user.login == 'github-actions[bot]' &&
12
+ startsWith(github.event.pull_request.title, '[CD]')
13
github.event.pull_request.merged == true
14
steps:
15
- name: Checkout
0 commit comments