Disabled automatic creation of pipelines, replaced it with manual pipeline triggering via web interface

This commit is contained in:
Patrix
2024-03-08 20:06:46 +01:00
parent 4fe90c37ca
commit ce030a4cbb

View File

@@ -4,6 +4,10 @@ variables:
PROJECT_NAME: ${CI_PROJECT_NAME}
VERSION: "0.1"
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "web"'
stages:
- build
- release