Skip to content
Snippets Groups Projects
Commit b47f57d4 authored by Sören Henning's avatar Sören Henning
Browse files

Remove redundant when

parent cef5a008
No related branches found
No related tags found
1 merge request!199Don't execute unnecessary build jobs in CI pipeline
Pipeline #5499 canceled
......@@ -49,10 +49,8 @@ lint-helm:
- cd theodolite-benchmarks
rules:
- if: $CI_COMMIT_TAG
when: on_success
- changes:
- theodolite-benchmarks/**/*
when: on_success
- when: manual
allow_failure: true
......@@ -138,7 +136,6 @@ spotbugs-benchmarks:
- docker logout
rules:
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME && $CI_COMMIT_TAG"
when: always
- changes:
- theodolite-benchmarks/*
- theodolite-benchmarks/$JAVA_PROJECT_NAME/**/*
......@@ -146,7 +143,6 @@ spotbugs-benchmarks:
- theodolite-benchmarks/flink-commons/**/*
- theodolite-benchmarks/load-generator-commons/**/*
if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME"
when: always
- if: "$CR_HOST && $CR_ORG && $CR_USER && $CR_PW && $IMAGE_NAME && $JAVA_PROJECT_NAME"
when: manual
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment