Skip to content
Snippets Groups Projects
Unverified Commit 6e45ca51 authored by Till Krüss's avatar Till Krüss Committed by GitHub
Browse files

Create README.md

parent c201af5a
Branches
Tags upstream/1.1.0+ds
No related merge requests found
# Workflows
## Delete runs by workflow name
```bash
gh run list --workflow 'redis-server-tests.yml' --limit 1000 --json databaseId \
| jq '.[].databaseId' \
| xargs -I % gh api --silent -X DELETE /repos/predis/predis/actions/runs/%
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment