Skip to content

Commit

Permalink
fixup! Add custom action and unified Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin committed Dec 20, 2024
1 parent 0e752e4 commit e661193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OCV-PR-Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- '22.04'
- '20.04'
# branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
branch: ${{ github.event.repository.name == 'ci-gha-workflow' && fromJSON('["4.x", "5.x"]') || github.base_ref }}
branch: ${{ github.event.repository.name == 'ci-gha-workflow' && fromJSON('["4.x", "5.x"]') || fromJSON(format("[ ""{0}"" ]", github.base_ref)) }}
include:
- version: '24.04'
image: '24.04:20241031'
Expand Down

0 comments on commit e661193

Please sign in to comment.