Skip to content
Snippets Groups Projects
Commit 7cd4bfc3 authored by Pierre Dittgen's avatar Pierre Dittgen
Browse files

Configure fetchers only on master/main

parent cc0c9947
No related branches found
No related tags found
1 merge request!8Draft: Generate dashboard
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -4,9 +4,10 @@ stages:
Configure fetchers:
stage: configure
only:
changes:
- fetchers.yml
rules:
- changes:
- fetchers.yml
if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
image: python:3.8
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......
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