1
0
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:
Delyan Angelov
2022-06-22 11:23:40 +03:00
parent 6c060b76fd
commit 74fb473301

View File

@@ -9,7 +9,7 @@ on:
- "**.md"
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
jobs: