mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
remove fail_on_job_failure from the workflow status PR
This commit is contained in:
@@ -7,8 +7,9 @@ the subsequent actions are to:
|
||||
- run nodes contained in "failure_nodes" or "always_nodes" if job failed
|
||||
- run nodes contained in "success_nodes" or "always_nodes" if job succeeded
|
||||
|
||||
The workflow is marked as failed if any jobs run as part of that workflow fail
|
||||
and have the field `fail_on_job_failure` set to true. If not, the workflow
|
||||
job is marked as successful.
|
||||
The workflow job is marked as `successful` if all of the jobs running as
|
||||
a part of the workflow job have completed, and the workflow job has not
|
||||
been canceled. Even if a job within the workflow has failed, the workflow
|
||||
job will not be marked as failed.
|
||||
|
||||
{% include "api/sub_list_create_api_view.md" %}
|
||||
Reference in New Issue
Block a user