From 63494c29e162328c5be4ceab8eecba86bce263d5 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 12 Jul 2021 09:28:50 +0200 Subject: [PATCH] [docs-only] document full ci flag --- docs/ocis/development/continuous-integration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ocis/development/continuous-integration.md b/docs/ocis/development/continuous-integration.md index d1c0d9f81..ef6310e57 100644 --- a/docs/ocis/development/continuous-integration.md +++ b/docs/ocis/development/continuous-integration.md @@ -31,7 +31,9 @@ Upon running the pipeline, your branch gets merged to the master branch. This en You may add flags to your commit message or PR title in order to speed up pipeline runs and take load from the CI runners. -- `[CI SKIP]`: no ci is run on the commit or PR +- `[CI SKIP]`: no CI is run on the commit or PR + +- `[full-ci]`: deactivates the fail early mechanism and runs all available test (as default only smoke tests are run) - `[docs-only]`: please add this flag, if you only changed documentation. This will only trigger documentation related CI steps.