Commit c216a60f authored by Benavides Ontiveros's avatar Benavides Ontiveros
Browse files

separate pipelines

parent fb216207
Pipeline #12276 canceled with stages
in 2 minutes and 6 seconds
include:
- local: '.gitlab-ci-ingest.yml'
workflow: workflow:
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "web"' - if: '$CI_PIPELINE_SOURCE == "web"'
when: always # Allow ONLY manual runs from Run Pipeline button when: always
- when: never # Block all automatic runs (push, MR, schedule, API) - when: never
stages: stages:
- lint - lint
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment