We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2bf5c commit 70c92b9Copy full SHA for 70c92b9
.github/workflows/OCV-PR-Linux.yaml
@@ -51,7 +51,7 @@ jobs:
51
- '22.04'
52
- '20.04'
53
# branch: ${{ fromJSON(needs.branch_eval.outputs.branches )}}
54
- branch: ${{ github.event.repository.name == 'ci-gha-workflow' && ['4.x', '5.x'] || '[ ${{ github.base_ref }} ]' }}
+ branch: ${{ github.event.repository.name == 'ci-gha-workflow' && '[4.x, 5.x]' || '[ ${{ github.base_ref }} ]' }}
55
include:
56
- version: '24.04'
57
image: '24.04:20241031'
0 commit comments