Skip to content

Commit d332af3

Browse files
committed
Clean: workflow states -> tablify.
1 parent 3efb1af commit d332af3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

jekyll/_cci2/workflows.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ For example, if only one job in a workflow fails, you will know it is failing in
2929

3030
Workflows may appear with one of the following states:
3131

32-
- RUNNING: Workflow is in progress
33-
- NOT RUN: Workflow was never started
34-
- CANCELLED: Workflow was cancelled before it finished
35-
- FAILING: A job in the workflow has failed. Workflows go into Failing state when one of the jobs within the graph has failed while other jobs are still running. Failing state indicates that the workflow is eventually going to fail.
36-
- FAILED: One or more jobs in the workflow failed. Failed state is when one or more jobs in the workflow graph have failed. Failed is a terminal state.
37-
- SUCCESS: All jobs in the workflow completed successfully
38-
- ON HOLD: A job in the workflow is waiting for approval
39-
- NEEDS SETUP: A workflow stanza is not included or is incorrect in the [config.yml file]({{ site.baseurl }}/2.0/configuration-reference/) for this project
32+
| State | Description |
33+
|-------|-------------|
34+
| RUNNING | Workflow is in progress |
35+
| NOT RUN | Workflow was never started |
36+
| CANCELLED | Workflow was cancelled before it finished |
37+
| FAILING | A job in the workflow has failed |
38+
| FAILED | One or more jobs in the workflow failed |
39+
| SUCCESS | All jobs in the workflow completed successfully |
40+
| ON HOLD | A job in the workflow is waiting for approval |
41+
| NEEDS SETUP | A workflow stanza is not included or is incorrect in the [config.yml]({{ site.baseurl }}/2.0/configuration-reference/) file for this project |
4042

4143
### Limitations
4244
{:.no_toc}

0 commit comments

Comments
 (0)