Skip to content
Snippets Groups Projects
Verified Commit a68fbb4f authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[CI] Autostart CI when a Dockerfile is modified

parent b7170d47
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,14 @@ set-variables:
# If there are changes in any of the files and folders of 'pica-*' or
# 'meta-*', then propose a manual build
rules:
- changes:
- "pica-*/Dockerfile"
- "meta-*/Dockerfile"
when: always
- changes:
- "pica-*/**"
- "meta-*/**"
when: manual
allow_failure: true
# Build the image that was modified
build:
......
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