mirror of
https://github.com/predis/predis.git
synced 2026-08-24 19:39:36 +00:00
Create README.md
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# 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/%
|
||||
```
|
||||
Reference in New Issue
Block a user