Skip to content

Commit 3a18f7f

Browse files
authored
fix: post-cd workflow (#191)
1 parent 3a95c0f commit 3a18f7f

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)