Skip to content

Commit bd3eb88

Browse files
committed
#463 - Only test other versions for local changes on main branch.
1 parent 68c2304 commit bd3eb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pipeline {
3737

3838
stage("Test other configurations") {
3939
when {
40-
anyOf {
40+
allOf {
4141
branch 'master'
4242
not { triggeredBy 'UpstreamCause' }
4343
}

0 commit comments

Comments
 (0)