Skip to content

Commit 8864b30

Browse files
committed
Merge pull request #3257 from asenyaev:asen/move_workflows_3.4
2 parents e55f677 + 39530ea commit 8864b30

File tree

2 files changed

+16
-214
lines changed

2 files changed

+16
-214
lines changed

.github/workflows/PR-3.4-U20.yaml

Lines changed: 0 additions & 214 deletions
This file was deleted.

.github/workflows/PR-3.4.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)