Files
predis/.github/workflows
2023-01-21 13:17:31 -08:00
..
2023-01-21 13:17:31 -08:00
2023-01-16 15:33:05 -08:00
2023-01-17 15:08:18 -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/%