Merge pull request #30167 from taosdata/tomchon-patch-12

ci: refactor cancel workflow
This commit is contained in:
WANG Xu 2025-03-13 19:35:12 +08:00 committed by GitHub
commit b92c8c6fef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }} {}