{"meta":{"title":"Managing workflow runs","intro":"You can manually interact with workflow runs to ensure they run effectively.","product":"GitHub Actions","breadcrumbs":[{"href":"/en/enterprise-cloud@latest/actions","title":"GitHub Actions"},{"href":"/en/enterprise-cloud@latest/actions/how-tos","title":"How-tos"},{"href":"/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs","title":"Manage workflow runs"}],"documentType":"subcategory"},"body":"# Managing workflow runs\n\nYou can manually interact with workflow runs to ensure they run effectively.\n\n## Links\n\n* [Manually running a workflow](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/manually-run-a-workflow)\n\n  When a workflow is configured to run on the workflow\\_dispatch event, you can run the workflow using the Actions tab on GitHub, GitHub CLI, or the REST API.\n\n* [Re-running workflows and jobs](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs)\n\n  You can re-run a workflow run, all failed jobs in a workflow run, or specific jobs in a workflow run up to 30 days after its initial run.\n\n* [Canceling a workflow run](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/cancel-a-workflow-run)\n\n  You can cancel a workflow run, including all jobs and steps, that is in progress.\n\n* [Disabling and enabling a workflow](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/disable-and-enable-workflows)\n\n  You can disable and re-enable a workflow using the GitHub UI, the REST API, or GitHub CLI.\n\n* [Skipping workflow runs](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/skip-workflow-runs)\n\n  You can skip workflow runs triggered by the push and pull\\_request events by including a command in your commit message.\n\n* [Deleting a workflow run](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/delete-a-workflow-run)\n\n  You can delete a workflow run that has been completed, or is more than two weeks old.\n\n* [Downloading workflow artifacts](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/download-workflow-artifacts)\n\n  You can download archived artifacts before they automatically expire.\n\n* [Removing workflow artifacts](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/remove-workflow-artifacts)\n\n  You can reclaim used GitHub Actions storage by deleting artifacts before they expire on GitHub.\n\n* [Managing caches](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/manage-caches)\n\n  You can monitor, filter, and delete dependency caches created from your workflows.\n\n* [Approving workflow runs from forks](/en/enterprise-cloud@latest/actions/how-tos/manage-workflow-runs/approve-runs-from-forks)\n\n  You can manually approve workflow runs triggered by a contributor's pull request."}