1
0
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:
Delyan Angelov 2022-08-26 20:58:19 +03:00
parent e5c53cf412
commit 511cc2b267
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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: