gh run list --repo chapmanjacobd/iiab --workflow="image-raspios.yml" --status in_progress --json databaseId --jq '.[].databaseId' | xargs -r -n1 gh run cancel --force --repo chapmanjacobd/iiab
gh workflow run --repo chapmanjacobd/iiab --ref raspios-img image-raspios.ymlgh run list --repo chapmanjacobd/iiab --workflow="image-raspios.yml" --json url,workflowName,number,conclusion --template '{{range .}}#{{.number}} {{if eq .conclusion "success"}}{{autocolor "green" .conclusion}}{{else}}{{autocolor "red" .conclusion}}{{end}} {{hyperlink .url (autocolor "blue+u" .workflowName)}}{{"\n"}}{{end}}' --limit 3