Merge pull request #30167 from taosdata/tomchon-patch-12
ci: refactor cancel workflow
This commit is contained in:
commit
b92c8c6fef
|
@ -21,6 +21,6 @@ jobs:
|
|||
--branch ${{ github.event.pull_request.head.ref }} \
|
||||
--workflow "TDengine Test" \
|
||||
--status in_progress \
|
||||
--status queued
|
||||
--status queued \
|
||||
--json databaseId --jq '.[].databaseId' | \
|
||||
xargs -I {} gh run cancel --repo ${{ github.repository }} {}
|
Loading…
Reference in New Issue