We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4139f commit f52c513Copy full SHA for f52c513
.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