Skip to content

Commit

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

Please sign in to comment.