ci: update concurrency group to use pull request number
This commit is contained in:
parent
e00422751e
commit
a894601907
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue