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:;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: D61D:3A69F7:27A49C:31A297:688A9270
accept-ranges: bytes
age: 0
date: Wed, 30 Jul 2025 21:45:21 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210069-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753911920.244029,VS0,VE1201
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:;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: C6CB:F3DDC:262CDA:302480:688A9271
content-encoding: gzip
accept-ranges: bytes
age: 1
date: Wed, 30 Jul 2025 21:45:24 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210069-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753911921.464213,VS0,VE2680
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 31724
Managing workflow runs - GitHub Docs Skip to main content Use artifact attestations Security harden deployments Configure and manage deployments Deploy to third-party platforms Create and publish actions Troubleshoot workflows
Get support
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