1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/data/reusables/actions/actions-audit-events-workflow.md

2.3 KiB

Action Description
cancel_workflow_run Triggered when a workflow run has been cancelled. For more information, see "Canceling a workflow."{% ifversion fpt or ghec or ghes > 3.2 or ghae %}
completed_workflow_run Triggered when a workflow status changes 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."{% endif %}{% ifversion fpt or ghec or ghes > 3.2 or ghae %}
created_workflow_run Triggered when a workflow run is 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."{% endif %}
delete_workflow_run Triggered when a workflow run is deleted. For more information, see "Deleting a workflow run."
disable_workflow Triggered when a workflow is disabled.
enable_workflow Triggered when a workflow is enabled, after previously being disabled by disable_workflow.
rerun_workflow_run Triggered when a workflow run is re-run. For more information, see "Re-running a workflow."{% ifversion fpt or ghec or ghes > 3.2 or ghae %}
prepared_workflow_job Triggered when a workflow job is 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 %}
approve_workflow_job Triggered when a workflow job has been approved. For more information, see "Reviewing deployments."
reject_workflow_job Triggered when a workflow job has been rejected. For more information, see "Reviewing deployments."