add gitlab CI config doc

This commit is contained in:
2026-01-11 14:54:51 +02:00
parent c799649039
commit a016ec6bf8
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
workflow: workflow:
rules: rules:
- if: $CI_PIPELINE_SOURCE == "web"
when: always
- if: $CI_PIPELINE_SOURCE == "merge request event" - if: $CI_PIPELINE_SOURCE == "merge request event"
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
@@ -28,4 +26,4 @@ markdown_lint:
- changes: - changes:
- "**/*.md" - "**/*.md"
script: script:
- markdownlint "**/*.md" - markdownlint .

1
doc/gitlab_ci.md Normal file
View File

@@ -0,0 +1 @@
# Gitlab CI Configuration