List action workflow runs
(filtered by workflow name, limited 3)

gh run list -w "Deploy Beta" -L 3

Delete action run by ID

gh api -X DELETE repos/<user>/<repo>/actions/runs/<id>