Files
predis/.github/workflows
Till Krüss 59668bee77 use v0.11.1
2025-10-17 13:18:20 -07:00
..
2025-04-15 09:21:47 -07:00
2023-01-21 13:17:31 -08:00
2025-10-17 13:18:20 -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/%