We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
&&
create-tag.yml
1 parent 0dec419 commit 08f721cCopy full SHA for 08f721c
.github/workflows/create-tag.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
create-tag:
15
if: >-
16
- (inputs.commit || false)
+ (inputs.commit || false) &&
17
github.event.pull_request.merged == true &&
18
github.event.pull_request.user.login == 'github-actions' &&
19
github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name &&
0 commit comments