HTTP/2 301
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data: 'unsafe-inline';script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
location: /en/actions/how-tos/manage-workflow-runs
content-type: text/plain; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: 2D76:322DB5:1BF9C6C:22847A5:68EE1444
accept-ranges: bytes
age: 0
date: Tue, 14 Oct 2025 09:13:41 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210029-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760433220.079224,VS0,VE1174
vary: Accept
strict-transport-security: max-age=31557600
content-length: 74
HTTP/2 200
access-control-allow-origin: *
content-security-policy: default-src 'none';prefetch-src 'self';connect-src 'self';font-src 'self' data:;img-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com data: placehold.it;object-src 'self';script-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' data: 'unsafe-inline';script-src-attr 'self';frame-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com https://support.github.com https://www.youtube-nocookie.com;frame-ancestors 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com;style-src 'self' github.com *.github.com *.githubusercontent.com *.githubassets.com 'self' 'unsafe-inline' data:;child-src 'self';manifest-src 'self';upgrade-insecure-requests;base-uri 'self';form-action 'self'
cross-origin-opener-policy: same-origin
cross-origin-resource-policy: same-origin
origin-agent-cluster: ?1
referrer-policy: no-referrer-when-downgrade
x-content-type-options: nosniff
x-dns-prefetch-control: off
x-download-options: noopen
x-frame-options: SAMEORIGIN
x-permitted-cross-domain-policies: none
x-xss-protection: 0
cache-control: public, max-age=60
x-powered-by: Next.js
content-type: text/html; charset=utf-8
x-github-backend: Kubernetes
x-github-request-id: E3BA:1599DD:1CC5CE6:2370AD9:68EE1445
content-encoding: gzip
accept-ranges: bytes
age: 1
date: Tue, 14 Oct 2025 09:13:43 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210029-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760433221.266841,VS0,VE2709
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 27137
Managing workflow runs - GitHub Docs Skip to main content
Managing workflow runs You can manually interact with workflow runs to ensure they run effectively.
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.
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.
You can cancel a workflow run, including all jobs and steps, that is in progress.
You can disable and re-enable a workflow using the GitHub UI, the REST API, or GitHub CLI.
You can skip workflow runs triggered by the push
and pull_request
events by including a command in your commit message.
You can delete a workflow run that has been completed, or is more than two weeks old.
You can download archived artifacts before they automatically expire.
You can reclaim used GitHub Actions storage by deleting artifacts before they expire on GitHub.
You can monitor, filter, and delete dependency caches created from your workflows.
You can manually approve workflow runs that have been triggered by a contributor's pull request.
Help and support Ask Copilot your question. Ask Copilot