Merge pull request #2635 from owncloud/skip_on_docs_only

skip on docs only
This commit is contained in:
Willy Kloucek
2021-11-09 07:28:04 +01:00
committed by GitHub
2 changed files with 70 additions and 43 deletions
@@ -35,10 +35,6 @@ You may add flags to your commit message or PR title in order to speed up pipeli
- `[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.
- `[tests-only]`: please add this flag, if you only changed tests or test-related tooling. You do not need to add a changelog for tests-only changes.
### Knowledge base
- My pipeline fails because some CI related files or commands are missing.