Skip to content

Commit 6b9befd

Browse files
author
Martin Lopes
authored
Document log events for workflow enable/disable (github#18614)
* Update actions-audit-events-workflow.md * Empty commit for CI
1 parent 072fe99 commit 6b9befd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data/reusables/actions/actions-audit-events-workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
| `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](/actions/managing-workflow-runs/viewing-workflow-run-history)."
55
| `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](/actions/learn-github-actions/introduction-to-github-actions#create-an-example-workflow)."
66
| `delete_workflow_run` | Triggered when a workflow run is deleted. For more information, see "[Deleting a workflow run](/actions/managing-workflow-runs/deleting-a-workflow-run)."
7+
| `disable_workflow` | Triggered when a workflow is disabled.
8+
| `enable_workflow` | Triggered when a workflow is enabled, after previously being disabled by `disable_workflow`.
79
| `rerun_workflow_run` | Triggered when a workflow run is re-run. For more information, see "[Re-running a workflow](/actions/managing-workflow-runs/re-running-a-workflow)."
810
| `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; not visible in the UI or the JSON/CSV export. For more information, see "[Events that trigger workflows](/actions/reference/events-that-trigger-workflows)."

0 commit comments

Comments
 (0)