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

add manual conditions

parent b576283f
Pipeline #12275 canceled with stages
in 8 minutes and 21 seconds
...@@ -3,7 +3,9 @@ include: ...@@ -3,7 +3,9 @@ include:
workflow: workflow:
rules: rules:
- when: manual # <-- First pipeline is now manual-only - if: '$CI_PIPELINE_SOURCE == "web"'
when: always # Allow ONLY manual runs from Run Pipeline button
- when: never # Block all automatic runs (push, MR, schedule, API)
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