1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/data/reusables/audit_log/audit-log-events-workflows.md
2022-04-06 13:33:14 +10:00

2.2 KiB

Action Description
{%- ifversion fpt or ghes > 3.1 or ghae or ghec %}
workflows.approve_workflow_job A workflow job was approved. For more information, see "Reviewing deployments."
workflows.cancel_workflow_run A workflow run was cancelled. For more information, see "Canceling a workflow."
workflows.delete_workflow_run A workflow run was deleted. For more information, see "Deleting a workflow run."
workflows.disable_workflow A workflow was disabled.
workflows.enable_workflow A workflow was enabled, after previously being disabled by disable_workflow.
workflows.reject_workflow_job A workflow job was rejected. For more information, see "Reviewing deployments."
workflows.rerun_workflow_run A workflow run was re-run. For more information, see "Re-running a workflow."
{%- endif %}
{%- ifversion fpt or ghec or ghes > 3.2 or ghae-issue-4963 %}
workflows.completed_workflow_run A workflow status changed to completed. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "Viewing workflow run history.
workflows.created_workflow_run A workflow run was created. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "Create an example workflow."
workflows.prepared_workflow_job A workflow job was started. Includes the list of secrets that were provided to the job. Can only be viewed using the REST API. It is not visible in the the {% data variables.product.prodname_dotcom %} web interface or included in the JSON/CSV export. For more information, see "Events that trigger workflows."
{%- endif %}