Skip to content
Snippets Groups Projects
Commit d2126607 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[ci] improved manuals target

- executed nightly (allowed to fail)
- excuted on changes
parent 101a5fb8
No related branches found
No related tags found
No related merge requests found
......@@ -309,16 +309,32 @@ lint:
manuals:
<<: *manuals_template
except:
refs:
- schedules
variables:
- $RELEASE == "yes"
when: manual
manuals-changed:
<<: *manuals_template
only:
changes:
- doc/**/*
manuals-nightly:
<<: *manuals_template
only:
- schedules
allow_failure: true
manuals-for-release:
<<: *manuals_template
only:
variables:
- $RELEASE == "yes"
# Release artifacts
release-content:
stage: distrib
script:
......
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