Skip to content
Snippets Groups Projects
Verified Commit ce6a39a2 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'master' into develop

parents bed15697 074e3bcf
No related branches found
No related tags found
No related merge requests found
Pipeline #88515 passed
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'web'
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'parent_pipeline'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
include: include:
# Runs on dev-profile/main in default branch, when merging to the default
# branch, and in "tag pipelines".
- project: bob/dev-profile
ref: main
file: gitlab/python.yml
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
# Runs on dev-profile/develop in other branches (only when manually triggered)
# This is useful when trying new dependency pins in dev-profile/develop.
- project: bob/dev-profile - project: bob/dev-profile
ref: develop ref: develop
file: gitlab/python.yml file: gitlab/python.yml
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: never
- if: $CI_COMMIT_TAG
when: never
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
when: never
- when: always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment