1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix concurrency.group name for containers_ci.yml

This commit is contained in:
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

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: