Skip to content

Commit 08f721c

Browse files
committed
ci: add missing && on create-tag.yml
1 parent 0dec419 commit 08f721c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
create-tag:
1515
if: >-
16-
(inputs.commit || false)
16+
(inputs.commit || false) &&
1717
github.event.pull_request.merged == true &&
1818
github.event.pull_request.user.login == 'github-actions' &&
1919
github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name &&

0 commit comments

Comments
 (0)