Skip to content

Instantly share code, notes, and snippets.

@topas
Last active December 5, 2023 11:08
Show Gist options
  • Save topas/e8493c21169b9f89fdc0f687ddad8c0e to your computer and use it in GitHub Desktop.
Save topas/e8493c21169b9f89fdc0f687ddad8c0e to your computer and use it in GitHub Desktop.
Delete last 100 Github Action runs
# build - Workflow name
# [0:X] - X - items to delete
gh run list -w "build" --limit 10000 --json createdAt,databaseId -q ". |= sort_by(.createdAt)[0:100] | .[].databaseId" | xargs -IID gh run delete ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment