Files
predis/.github/workflows
Vladyslav Vildanov f4dcf6ce57 Added testing with 8.4-RC1-pre.2 (#1605)
* Added testing with 8.4-RC1-pre.2

* Updated CHANGELOG.md
2025-11-03 16:49:12 +02:00
..
2025-04-15 09:21:47 -07:00
2023-01-21 13:17:31 -08: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/%