Last active
January 22, 2026 04:55
-
-
Save shayelkin/04c9cc85f532765b271fbe31fe4abf5a to your computer and use it in GitHub Desktop.
Mass erase Github Workflow runs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| gh run ls --all --workflow $1 --json databaseId -q ".[].databaseId" | xargs -n1 gh run delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment