Skip to content
Snippets Groups Projects
Commit 50b33e45 authored by Éloïs's avatar Éloïs
Browse files

ci(build_debug): the job not triggered should be skip

parent b3f3487d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ build_debug: ...@@ -43,7 +43,7 @@ build_debug:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == "master"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == "master"'
changes: changes:
- Cargo.lock - Cargo.lock
- when: manual - when: never
stage: build stage: build
script: script:
- cargo clean -p duniter - cargo clean -p duniter
...@@ -70,7 +70,7 @@ build_debug_with_cache: ...@@ -70,7 +70,7 @@ build_debug_with_cache:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == "master"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == "master"'
- when: manual - when: never
stage: build stage: build
script: script:
- cargo clean -p duniter - cargo clean -p duniter
......
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