ci: fix concurrency.group name for containers_ci.yml

pull/13599/head
Delyan Angelov 2022-02-24 16:00:50 +02:00
parent fa645516c3
commit 9535d38645
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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: