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:
Songqian Li 2024-07-12 11:01:37 +08:00
parent 52804980fd
commit c07f47bd65

View File

@ -3,6 +3,7 @@ on:
pull_request:
types: [opened]
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true