ci: fix concurrency.group name for containers_ci.yml
parent
fa645516c3
commit
9535d38645
|
@ -9,7 +9,7 @@ on:
|
||||||
- "**.md"
|
- "**.md"
|
||||||
|
|
||||||
concurrency:
|
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
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue