diff --git a/docs/_images/user/actions/actions-detail.png b/docs/_images/user/actions/actions-detail.png index 78e7e4bd..966feb21 100644 Binary files a/docs/_images/user/actions/actions-detail.png and b/docs/_images/user/actions/actions-detail.png differ diff --git a/docs/_images/user/actions/actions-disable.png b/docs/_images/user/actions/actions-disable.png new file mode 100644 index 00000000..6c2f5d8d Binary files /dev/null and b/docs/_images/user/actions/actions-disable.png differ diff --git a/docs/_images/user/actions/actions-list.png b/docs/_images/user/actions/actions-list.png index e7c9f232..7bb512b1 100644 Binary files a/docs/_images/user/actions/actions-list.png and b/docs/_images/user/actions/actions-list.png differ diff --git a/docs/user/actions.md b/docs/user/actions.md index 3224d925..e64d4311 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -182,7 +182,11 @@ From the `Actions` tab in a repository, the list of ongoing and past tasks trigg Following the link on a task displays the logs and the `Re-run all jobs` button. It is also possible to re-run a specific job by hovering on it and clicking on the arrows. -![the details of an action](../_images/user/actions/actions-detail.png) +![the details of a task](../_images/user/actions/actions-detail.png) + +A `workflow` can be disabled (or enabled) by selecting it and using the three dot menu to the right. + +![disabling a workflow](../_images/user/actions/actions-disable.png) ## Pull request actions are moderated