DWN-51053: removed build and test on semgrep run
parent
85dc002a8c
commit
ad302c6087
|
@ -108,7 +108,10 @@ jobs:
|
||||||
kondukto: true
|
kondukto: true
|
||||||
workflows:
|
workflows:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
unless: << pipeline.parameters.release >>
|
unless:
|
||||||
|
or:
|
||||||
|
- << pipeline.parameters.release >>
|
||||||
|
- << pipeline.parameters.semgrep_scan >>
|
||||||
jobs:
|
jobs:
|
||||||
- build-and-deploy:
|
- build-and-deploy:
|
||||||
context:
|
context:
|
||||||
|
|
Loading…
Reference in New Issue