Update ci-checkfilesetlock.yml (#39525)
This commit is contained in:
parent
53a7f8eff4
commit
592128018b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-checkfilesetlock.yml
vendored
2
.github/workflows/ci-checkfilesetlock.yml
vendored
|
|
@ -5,7 +5,7 @@ name: Check fileset lock
|
|||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: check-${{ github.workflow }}-${{ github.ref }}
|
||||
group: check-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue