Commit 09068631 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Marcel Amirault

Improve details around using except:changes with other files

parent 422fa39a
......@@ -1849,7 +1849,9 @@ test:
```
The following example will skip the `build` job if a change is detected in any file
in the root directory of the repository with a `.md` extension:
in the root directory of the repository with a `.md` extension. This mean that if you change multiple files,
but only one file is a `.md` file, the `build` job will still be skipped and will
not run for the other files.
```yaml
build:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment