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 }} \
|
--branch ${{ github.event.pull_request.head.ref }} \
|
||||||
--workflow "TDengine Test" \
|
--workflow "TDengine Test" \
|
||||||
--status in_progress \
|
--status in_progress \
|
||||||
--status queued
|
--status queued \
|
||||||
--json databaseId --jq '.[].databaseId' | \
|
--json databaseId --jq '.[].databaseId' | \
|
||||||
xargs -I {} gh run cancel --repo ${{ github.repository }} {}
|
xargs -I {} gh run cancel --repo ${{ github.repository }} {}
|
Loading…
Reference in New Issue