Skip to content

Commit a505a48

Browse files
committed
DATAREDIS-1220 - Only test other versions for local changes on main branch.
1 parent 309c381 commit a505a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pipeline {
9494

9595
stage("Test other configurations") {
9696
when {
97-
anyOf {
97+
allOf {
9898
branch 'master'
9999
not { triggeredBy 'UpstreamCause' }
100100
}

0 commit comments

Comments
 (0)