mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: prevent native-backend jobs from separate PRs to cancel each other
This commit is contained in:
parent
e5c53cf412
commit
511cc2b267
4
.github/workflows/native_backend_tests.yml
vendored
4
.github/workflows/native_backend_tests.yml
vendored
@ -43,6 +43,10 @@ on:
|
|||||||
- 'vlib/v/gen/native/**.v'
|
- 'vlib/v/gen/native/**.v'
|
||||||
- 'vlib/v/gen/native/tests/**.v'
|
- 'vlib/v/gen/native/tests/**.v'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: native-backend-ci-${{ github.event.pull_request.number || github.sha }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
native-backend:
|
native-backend:
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user