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
Branches apertis/v2022dev2 apertis/v2022dev3
Tags apertis/0.2021.2
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
Pipeline: apertis-dev-tools

#252114

    ......@@ -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