Skip to content

Commit bc30ce0

Browse files
Tune status check doc
Signed-off-by: Viacheslav Kudinov <[email protected]>
1 parent fe8e664 commit bc30ce0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

website/docs/r/branch_protection.html.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ The following arguments are supported:
114114

115115
~> **Note:** This attribute can contain multiple string patterns.
116116
If specified, usual value is the [job name](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idname). Otherwise, the [job id](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_id) is defaulted to.
117-
118117
For example, given the following workflow:
119118
```yaml
120119
...
@@ -130,9 +129,7 @@ jobs:
130129
...
131130
```
132131
The value to use in `contexts` would be either `Build and Test` or `build` for the first job, and `test` for the second job.
133-
134132
For workflows that use matrixes, append the matrix name to the value using the following pattern `(<matrix_value>[, <matrix_value>])`. Matrixes should be specified based on the order of matrix properties in the workflow file. See [GitHub Documentation](https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/run-job-variations?versionId=free-pro-team%40latest&productId=actions&restPage=how-tos%2Cwrite-workflows#adding-a-matrix-strategy-to-your-workflow-job) for more information.
135-
136133
For example, given the following workflow:
137134
```yaml
138135
jobs:
@@ -150,7 +147,6 @@ The values to use in `contexts` would be any of the following six options:
150147
- `example_matrix (14, ubuntu-latest)`
151148
- `example_matrix (14, windows-latest)`
152149
or combinations thereof.
153-
154150
For workflows that use reusable workflows, the pattern is `<initial_workflow.jobs.job.[name/id]> / <reused-workflow.jobs.job.[name/id]>`. This can extend multiple levels.
155151

156152
### Required Pull Request Reviews

0 commit comments

Comments
 (0)