Skip to content
Snippets Groups Projects
Verified Commit d6c88aed authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent bc5dbcc5
Branches
No related tags found
No related merge requests found
Pipeline #7100 passed
...@@ -44,8 +44,8 @@ release: ...@@ -44,8 +44,8 @@ release:
npm publish npm publish
fi fi
rules: rules:
- if: '$CI_COMMIT_REF_NAME != "master"' - if: '$CI_COMMIT_REF_NAME == "master"'
when: never when: on_success
allow_failure: true allow_failure: true
tags: tags:
- docker - docker
...@@ -61,7 +61,7 @@ code_navigation: ...@@ -61,7 +61,7 @@ code_navigation:
reports: reports:
lsif: dump.lsif lsif: dump.lsif
rules: rules:
- if: '$CI_COMMIT_REF_NAME != "master"' - if: '$CI_COMMIT_REF_NAME == "master"'
when: never when: on_success
tags: tags:
- docker - docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment