Skip to content

Commit

Permalink
ci: add missing && on create-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Dec 9, 2024
1 parent 0dec419 commit 08f721c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
create-tag:
if: >-
(inputs.commit || false)
(inputs.commit || false) &&
github.event.pull_request.merged == true &&
github.event.pull_request.user.login == 'github-actions' &&
github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name &&
Expand Down

0 comments on commit 08f721c

Please sign in to comment.