Commit b7e4e1b2 authored by Jonston Chan's avatar Jonston Chan

Fix incomplete sentence

parent f7d08041
...@@ -1773,7 +1773,7 @@ This means the keys are treated as if joined by an OR. This relationship could b ...@@ -1773,7 +1773,7 @@ This means the keys are treated as if joined by an OR. This relationship could b
In the example below, the `test` job will **not** be created when **any** of the following are true: In the example below, the `test` job will **not** be created when **any** of the following are true:
- The pipeline runs for the `master`. - The pipeline runs for the `master` branch.
- There are changes to the `README.md` file in the root directory of the repository. - There are changes to the `README.md` file in the root directory of the repository.
```yaml ```yaml
......
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