Skip to content

ci: prevent running package twice on tags

Tomas Vik requested to merge no-double-packaging into main

This MR changes CI configuration not to run package_test job on tags (because on tags we run the "real deal" package_release).

Pipeline___GitLab_org___gitlab-vscode-extension___GitLab

Example tag pipeline: https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/pipelines/346398018

Merge request reports