Skip to content

Commit 176d81c

Browse files
committed
Move workflows to a dedicated repository for 4.x branch
1 parent 654849a commit 176d81c

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)