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:
- unit
stage: tests
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: $IS_NPM_LIBRARY
when: never
- 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