Skip to content
Snippets Groups Projects
Commit d4a65354 authored by Patrick MADELA's avatar Patrick MADELA
Browse files

Add workflow rules to execute pipeline only when creating tag, when...

Add workflow rules to execute pipeline only when creating tag, when scheduling, or when running pipeline from UI
parent 01794ddb
No related branches found
No related tags found
No related merge requests found
stages:
- triggers
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_COMMIT_TAG
conan-el6-gcc44:
stage: triggers
trigger:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment