Skip to content

Commit 509a91f

Browse files
committed
Merge pull request #3258 from asenyaev:asen/move_workflows_4.x
2 parents 654849a + 176d81c commit 509a91f

File tree

2 files changed

+16
-240
lines changed

2 files changed

+16
-240
lines changed

.github/workflows/PR-4.x-U20.yaml

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

.github/workflows/PR-4.x.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: PR:4.x
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- 4.x
7+
8+
jobs:
9+
ARM64:
10+
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml@main
11+
12+
U20:
13+
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-U20.yaml@main
14+
15+
W10:
16+
uses: opencv/ci-gha-workflow/.github/workflows/OCV-Contrib-PR-4.x-W10.yaml@main

0 commit comments

Comments
 (0)