Commit 0c5fd0ec authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-201-b' into 'master'

Improve details around using except:changes with other files

Closes #24830

See merge request gitlab-org/gitlab!37792
parents e132a222 09068631
...@@ -1922,7 +1922,9 @@ test: ...@@ -1922,7 +1922,9 @@ test:
``` ```
The following example will skip the `build` job if a change is detected in any file 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 ```yaml
build: 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