We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a076e7f commit 3c507cbCopy full SHA for 3c507cb
.github/workflows/OCV-PR-5.x-iOS.yaml
@@ -29,7 +29,7 @@ jobs:
29
timeout-minutes: 60
30
run: |
31
if [[ "${{ github.event.repository.name }}" == "ci-gha-workflow" || "${{ github.event_name }}" == "schedule" ]]; then
32
- echo "TARGET_BRANCH_NAME=3.4" >> $GITHUB_ENV
+ echo "TARGET_BRANCH_NAME=5.x" >> $GITHUB_ENV
33
else
34
echo "BUILD_PRECOMMIT=1" >> $GITHUB_ENV
35
fi
0 commit comments