Skip to content
Snippets Groups Projects
Verified Commit 047a52e6 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: don't leave dangling job in mr

parent 958fa550
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ test:unit: ...@@ -6,6 +6,8 @@ test:unit:
- unit - unit
stage: tests stage: tests
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: $IS_NPM_LIBRARY - if: $IS_NPM_LIBRARY
when: never when: never
- if: $CI_COMMIT_BRANCH == "devel" - if: $CI_COMMIT_BRANCH == "devel"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment