mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
ci: add manually running code coverage
This workflow need be in the default branch to enable run manually. Signed-off-by: Songqian Li <sionli@tencent.com>
This commit is contained in:
parent
52804980fd
commit
c07f47bd65
1
.github/workflows/coverage.yaml
vendored
1
.github/workflows/coverage.yaml
vendored
@ -3,6 +3,7 @@ on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
merge_group:
|
||||
workflow_dispatch:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
Reference in New Issue
Block a user