mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: use unique concurrency.group for native_backend_tests.yml
This commit is contained in:
parent
6c060b76fd
commit
74fb473301
2
.github/workflows/native_backend_tests.yml
vendored
2
.github/workflows/native_backend_tests.yml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
- "**.md"
|
- "**.md"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: build-ci-${{ github.event.pull_request.number || github.sha }}
|
group: native-backend-ci-${{ github.event.pull_request.number || github.sha }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user