ci: fix concurrency.group name for containers_ci.yml
parent
fa645516c3
commit
9535d38645
|
@ -9,7 +9,7 @@ on:
|
|||
- "**.md"
|
||||
|
||||
concurrency:
|
||||
group: build-other-${{ github.event.pull_request.number || github.sha }}
|
||||
group: build-containers-${{ github.event.pull_request.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue