mirror of
https://github.com/vlang/v.git
synced 2025-08-03 17:57:59 -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'
|
||||
|
||||
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
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user