Skip to content

Commit 02fa3be

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent 9929b16 commit 02fa3be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/OCV-PR-Linux.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
paths:
88
- '.github/workflows/OCV-PR-Linux.yaml'
9+
# TODO: are following paths necessary?
10+
- 'checkout-and-merge/*'
11+
- 'configure-and-build/*'
12+
- 'run-tests/*'
13+
- 'scripts/runner.py'
14+
- 'scripts/test-plan.json'
915
workflow_call:
1016
inputs:
1117
workflow_branch:

0 commit comments

Comments
 (0)