Skip to content
Snippets Groups Projects
Commit 54f97e9b authored by Emanuele Aina's avatar Emanuele Aina
Browse files

d/a/local-gitlab-ci.yml: Do not run on tags


Add some rules to the local pipeline so it gets skipped when tags are
pushed, instead of creating jobs that are currently failing.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent d4870655
No related branches found
No related tags found
3 merge requests!16Run the local pipeline whenever the parent pipeline triggers it,!14Merge changes from apertis/v2021-updates into apertis/v2021,!12d/a/local-gitlab-ci.yml: Do not run on tags
Pipeline #252113 canceled
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -10,3 +10,9 @@ test:
- pipeline: $PARENT_PIPELINE_ID
job: prepare-build-env
artifacts: true
rules:
- if: $CI_MERGE_REQUEST_ID
when: never
- if: $CI_COMMIT_BRANCH
when: on_success
- when: never
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