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

Use when: on_success

parent e00719e7
No related branches found
No related tags found
1 merge request!199Don't execute unnecessary build jobs in CI pipeline
Pipeline #5489 skipped
......@@ -46,10 +46,10 @@ lint-helm:
- cd theodolite-benchmarks
rules:
- if: $CI_COMMIT_TAG
when: always
when: on_success
- changes:
- theodolite-benchmarks/**/*
when: always
when: on_success
- 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