mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Merge branch 'reduce_jobs_in_mr' into 'main'
Trigger Helper Jobs only in main branch See merge request kosit/validator!51
This commit is contained in:
commit
bb4aa5c0d3
1 changed files with 5 additions and 2 deletions
|
|
@ -102,7 +102,8 @@ create-build-image:
|
||||||
- bash .mvn/createBuildImages.sh
|
- bash .mvn/createBuildImages.sh
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- changes:
|
- if: $CI_COMMIT_REF_NAME == "main"
|
||||||
|
changes:
|
||||||
- .mvn/createBuildImages.sh
|
- .mvn/createBuildImages.sh
|
||||||
|
|
||||||
owasp-check:
|
owasp-check:
|
||||||
|
|
@ -113,7 +114,9 @@ owasp-check:
|
||||||
- mvn $MAVEN_CLI_OPTS $BUILD_PROPS $CI_JOB_TIMESTAMP validate -Powasp-check
|
- mvn $MAVEN_CLI_OPTS $BUILD_PROPS $CI_JOB_TIMESTAMP validate -Powasp-check
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- changes:
|
- if: $CI_COMMIT_REF_NAME == "main"
|
||||||
|
changes:
|
||||||
- pom.xml
|
- pom.xml
|
||||||
- owasp-suppressions.xml
|
- owasp-suppressions.xml
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue