ci, gha: Ensure only a single workflow processes github.ref
at a time
This commit is contained in:
parent
3d05c86d63
commit
b0886fd35c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -7,6 +7,10 @@ on:
|
|||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '**'
|
- '**'
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.ref }}
|
||||||
|
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
### compiler options
|
### compiler options
|
||||||
HOST:
|
HOST:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user