Skip to content

Commit f52c513

Browse files
committed
fix: post-cd workflow
1 parent ab4139f commit f52c513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/post-cd.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: |
1111
github.event.pull_request.user.login == 'github-actions[bot]' &&
12+
startsWith(github.event.pull_request.title, '[CD]')
1213
github.event.pull_request.merged == true
1314
steps:
1415
- name: Checkout

0 commit comments

Comments
 (0)