File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ test-scan-build-backends:
43
43
" mbedtls"
44
44
]
45
45
rules :
46
- - changes :
46
+ - if : $CI_PROJECT_PATH != "cryptsetup/cryptsetup"
47
+ when : never
48
+ - if : $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /v2\..\.x$/
49
+ changes :
47
50
- lib/crypto_backend/*
48
51
script :
49
52
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libgcrypt20-dev libnss3-dev nettle-dev libmbedtls-dev
Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ test-gcc-fanalyzer-backends:
43
43
" mbedtls"
44
44
]
45
45
rules :
46
- - changes :
46
+ - if : $CI_PROJECT_PATH != "cryptsetup/cryptsetup"
47
+ when : never
48
+ - if : $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH =~ /v2\..\.x$/
49
+ changes :
47
50
- lib/crypto_backend/*
48
51
script :
49
52
- DEBIAN_FRONTEND=noninteractive apt-get -yq install libgcrypt20-dev libnss3-dev nettle-dev libmbedtls-dev
You can’t perform that action at this time.
0 commit comments