- Cancel any currently running workflows that you want to delete. Link
- In your repo, go to
.github/workflows/
and delete the ones you no longer want to run. - If, at any point of your repo’s lifetime, you have enabled GitHub pages, visit the repo in your browser. If the Source is
GitHub Actions
, disconnect the relevant Actions and delete/disable them. If your Source isDeploy from a branch
, click on the dropdown and change it toGitHub Actions
. This should automatically save. Do nothing else. Hopefully this works. GitHub pages has these weird issues (see here). Some have fixed it by renaming their repository (see here). - If you only want to temporarily disable your workflows, read how here.
Deleting Retired Github Workflow
02/10/2025