Files
predis/.github/workflows
Vladyslav Vildanov 54bb300931 Updated arguments name for GCRA command (#1667)
* Renamed GCRA parameters to match latest API

* Updated test image

* Updated version requirements

* Fixed broken test

* Updated CHANGELOG.md
2026-04-20 10:09:34 +03:00
..
2025-04-15 09:21:47 -07:00

Workflows

Delete runs by workflow name

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/%