Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
software-project-WS25
Reddit Team
Commits
fb216207
Commit
fb216207
authored
Dec 10, 2025
by
Benavides Ontiveros
Browse files
add manual conditions
parent
b576283f
Pipeline
#12275
canceled with stages
in 8 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fb216207
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment