Skip to content
Snippets Groups Projects
Commit 2be477f3 authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

CI: improve job rules

parent b2516093
No related branches found
No related tags found
No related merge requests found
Pipeline #24854 passed
......@@ -16,7 +16,9 @@ doc_check-links:
image: node:14.15.0
# @TODO find a dedicated image or build it
rules:
- changes:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE != "schedule"
changes:
- "**/*.md"
cache:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment