1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-16 05:17:39 +08:00

Merge pull request #3391 from asmorkalov:as/run_cuda_always

4.x: Always run CUDA branch on CI.
This commit is contained in:
Alexander Smorkalov
2022-12-15 22:12:36 +03:00
committed by GitHub

View File

@@ -13,7 +13,6 @@ jobs:
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-U20.yaml@main
Ubuntu2004-x64-CUDA:
if: "${{ contains(github.event.pull_request.labels.*.name, 'category: cuda') }}"
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-U20-Cuda.yaml@main
Windows10-x64: