Update CI Components authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -20,7 +20,7 @@ stages: ...@@ -20,7 +20,7 @@ stages:
3. [Control when the job should run](https://docs.gitlab.com/ci/jobs/job_control/) via [rules](https://docs.gitlab.com/ci/yaml/#rules). By default, the job will run on any push to GitLab. Here are some common options: 3. [Control when the job should run](https://docs.gitlab.com/ci/jobs/job_control/) via [rules](https://docs.gitlab.com/ci/yaml/#rules). By default, the job will run on any push to GitLab. Here are some common options:
**Default** **Default**
(same no rules) (same as no rules)
``` ```
rules: rules:
- when: always - when: always
... ...
......