Commit f4a1a8a4 authored by Marcel Amirault's avatar Marcel Amirault

Shrink and compress images, and rephrase one part

parent 68a33966
...@@ -296,9 +296,9 @@ test: ...@@ -296,9 +296,9 @@ test:
- if: $CI_COMMIT_BRANCH == 'master' # Include this job in master branch pipelines - if: $CI_COMMIT_BRANCH == 'master' # Include this job in master branch pipelines
``` ```
These `rules:` must be added to jobs that could be added to both types of pipelines. Alternatively, Similar `rules:` should be added to all jobs to avoid any overlapping pipelines. Alternatively,
you can use the [`workflow:`](../yaml/README.md#exclude-jobs-with-rules-from-certain-pipelines) you can use the [`workflow:`](../yaml/README.md#exclude-jobs-with-rules-from-certain-pipelines)
parameter to add the rules all jobs globally. parameter to add the same rules to all jobs globally.
### Two pipelines created when pushing an invalid CI configuration file ### Two pipelines created when pushing an invalid CI configuration file
......
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