Skip to content

Commit

Permalink
Added missing check for non-release CI "Test Packages" stage
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKleyman committed Oct 13, 2022
1 parent 65e0d8a commit 21d0c84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ pipeline {
beforeAgent true
allOf {
expression { return env.ONLY_DOCS == "false" }
expression { return params.INCLUDE_TESTING }
not { expression { isInternalCI() } }
}
}
Expand Down

0 comments on commit 21d0c84

Please sign in to comment.