askvity

How do I delete a workflow run?

Published in GitHub Workflows 1 min read

To delete a workflow run, navigate to the workflow within your repository on GitHub and follow these steps:

  1. Under your repository name, click Actions.
  2. In the left sidebar, click the specific workflow you want to view.
  3. Locate the workflow run you wish to delete.
  4. Select the ... (ellipsis) icon associated with the run.
  5. Click Delete workflow run.

This action will remove the selected workflow run from your repository's history.

Related Articles