Skip to content

Commit

Permalink
ci: enable upstream triggering on the packaging job (#19589) (#19594)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jul 2, 2020
1 parent a67dd2d commit f9d3638
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 f9d3638

Please sign in to comment.