Skip to content

Commit 70c92b9

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent 9d2bf5c commit 70c92b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- '22.04'
5252
- '20.04'
5353
# branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
54-
branch: ${{ github.event.repository.name == 'ci-gha-workflow' && ['4.x', '5.x'] || '[ ${{ github.base_ref }} ]' }}
54+
branch: ${{ github.event.repository.name == 'ci-gha-workflow' && '[4.x, 5.x]' || '[ ${{ github.base_ref }} ]' }}
5555
include:
5656
- version: '24.04'
5757
image: '24.04:20241031'

0 commit comments

Comments
 (0)