We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e55f677 + 39530ea commit 8864b30Copy full SHA for 8864b30
.github/workflows/PR-3.4-U20.yaml
.github/workflows/PR-3.4.yaml
@@ -0,0 +1,16 @@
1
+name: PR:3.4
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - 3.4
7
8
+jobs:
9
+ ARM64:
10
+ uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-3.4-ARM64.yaml@main
11
12
+ U20:
13
+ uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-3.4-U20.yaml@main
14
15
+ W10:
16
+ uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-3.4-W10.yaml@main
0 commit comments