mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
Trigger on dnn (onnx) label
This commit is contained in:
parent
ec7fc5adca
commit
871bc98933
2
.github/workflows/PR-4.x.yaml
vendored
2
.github/workflows/PR-4.x.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
uses: opencv/ci-gha-workflow/.github/workflows/OCV-PR-4.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-4.x-U20-Cuda.yaml@main
|
||||
|
||||
Windows10-x64:
|
||||
|
Loading…
Reference in New Issue
Block a user