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:
parent
fa645516c3
commit
9535d38645
2
.github/workflows/containers_ci.yml
vendored
2
.github/workflows/containers_ci.yml
vendored
@ -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
Block a user