Skip to content

Commit

Permalink
[CI] Run if manual UI (#24116)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 19, 2021
1 parent 0fb4ae2 commit 96346ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/apm-beats-update.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,9 @@ pipeline {
branch "v\\d?"
tag "v\\d+\\.\\d+\\.\\d+*"
allOf {
expression { return env.BEATS_UPDATED != "false" || isCommentTrigger() }
expression { return env.BEATS_UPDATED != "false" || isCommentTrigger() || isUserTrigger() }
changeRequest()
}

}
}
steps {
Expand Down

0 comments on commit 96346ad

Please sign in to comment.