ci: update concurrency group to use pull request number

This commit is contained in:
chenhaoran 2025-03-12 20:46:05 +08:00
parent e00422751e
commit a894601907
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ on:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-TDengine
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}-TDengine
cancel-in-progress: true
env: