Skip to content

Commit

Permalink
ci: enable upstream triggering on the packaging job (elastic#19589) (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jul 2, 2020
1 parent 3008d87 commit 9d1d6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pipeline {
when {
beforeAgent true
expression {
return isCommentTrigger() || isUserTrigger()
return isCommentTrigger() || isUserTrigger() || isUpstreamTrigger()
}
}
stages {
Expand Down

0 comments on commit 9d1d6ac

Please sign in to comment.