mirror of
https://github.com/vlang/v.git
synced 2025-08-04 02:07:28 -04:00
ci: fix native_backend_ci.yml concurrency group setting (prevent jobs for different commits on master to cancel each other)
This commit is contained in:
parent
d4097212b3
commit
c6feed9849
2
.github/workflows/native_backend_ci.yml
vendored
2
.github/workflows/native_backend_ci.yml
vendored
@ -45,7 +45,7 @@ on:
|
|||||||
- '.github/workflows/native_backend_ci.yml'
|
- '.github/workflows/native_backend_ci.yml'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: native_backend-${{ github.workflow }}-${{ github.ref}}
|
group: native_backend-${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.sha || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user