mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Trigger on dnn (onnx) label (5.x)
This commit is contained in:
parent
6c2eba2877
commit
3aaa9251e9
2
.github/workflows/PR-5.x.yaml
vendored
2
.github/workflows/PR-5.x.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-5.x-U20.yaml@main
|
||||
|
||||
Ubuntu2004-x64-CUDA:
|
||||
if: "${{ contains(github.event.pull_request.labels.*.name, 'category: dnn') }}"
|
||||
if: "${{ contains(github.event.pull_request.labels.*.name, 'category: dnn') }} || ${{ contains(github.event.pull_request.labels.*.name, 'category: dnn (onnx)') }}"
|
||||
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-5.x-U20-Cuda.yaml@main
|
||||
|
||||
Windows10-x64:
|
||||
|
Loading…
Reference in New Issue
Block a user