Commit 35293821 authored by Evan Read's avatar Evan Read

Merge branch 'patch-73' into 'master'

Update `only` `chat` statement to correct singular form

See merge request gitlab-org/gitlab-ce!32116
parents 36a28757 0c733154
......@@ -387,7 +387,7 @@ In addition, `only` and `except` allow the use of special keywords:
| `triggers` | For pipelines created using a trigger token. |
| `web` | For pipelines created using **Run pipeline** button in GitLab UI (under your project's **Pipelines**). |
| `merge_requests` | When a merge request is created or updated (See [pipelines for merge requests](../merge_request_pipelines/index.md)). |
| `chats` | For jobs created using a [GitLab ChatOps](../chatops/README.md) command. |
| `chat` | For jobs created using a [GitLab ChatOps](../chatops/README.md) command. |
In the example below, `job` will run only for refs that start with `issue-`,
whereas all branches will be skipped:
......
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