From 3c66be0c1d61d7fa7b2fe163440624c838ea4d33 Mon Sep 17 00:00:00 2001 From: Guilherme Janczak Date: Fri, 27 May 2022 00:05:55 +0000 Subject: don't tell documentation contributors to skip CI The CI correctly handles documentation changes automatically, it's no longer necessary to do it by hand. --- docs/markdown/Contributing.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 3340b5cf8..17f4fd221 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -462,11 +462,6 @@ notes. These features should be written in standalone files in the `docs/markdown/snippets` directory. The release manager will combine them into one page when doing the release. -[Integration tests should be disabled](#skipping-integration-tests) for -documentation-only commits by putting `[skip ci]` into commit title. -Reviewers should ask contributors to put `[skip ci]` into the title because -tests are run again after merge for `master`. - ## Python Coding style Meson follows the basic Python coding style. Additional rules are the -- cgit v1.2.3