Skip to content

Commit 2a3ee41

Browse files
authored
fix yaml syntax (#88)
1 parent 473de38 commit 2a3ee41

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/OCV-PR-4.x-ARM64-Debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
echo "TARGET_BRANCH_NAME=4.x" >> $GITHUB_ENV
5353
- name: Setup test environment
54-
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
54+
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
5555
run: |
5656
echo "EXTRA_GTEST_OPTIONS=--skip_unstable=1" >> $GITHUB_ENV
5757
- name: PR info

.github/workflows/OCV-PR-4.x-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
echo "TARGET_BRANCH_NAME=4.x" >> $GITHUB_ENV
5454
- name: Setup test environment
55-
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
55+
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
5656
run: |
5757
echo "EXTRA_GTEST_OPTIONS=--skip_unstable=1" >> $GITHUB_ENV
5858
- name: PR info

.github/workflows/OCV-PR-4.x-U20-Cuda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
echo "TARGET_BRANCH_NAME=4.x" >> $GITHUB_ENV
5555
- name: Setup test environment
56-
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
56+
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
5757
run: |
5858
echo "EXTRA_GTEST_OPTIONS=--skip_unstable=1" >> $GITHUB_ENV
5959
- name: PR info

.github/workflows/OCV-PR-4.x-U20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
echo "TARGET_BRANCH_NAME=4.x" >> $GITHUB_ENV
5454
- name: Setup test environment
55-
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
55+
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
5656
run: |
5757
echo "EXTRA_GTEST_OPTIONS=--skip_unstable=1" >> $GITHUB_ENV
5858
- name: PR info

.github/workflows/OCV-PR-4.x-macOS-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
echo "TARGET_BRANCH_NAME=4.x" >> $GITHUB_ENV
4141
- name: Setup test environment
42-
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
42+
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
4343
run: |
4444
echo "EXTRA_GTEST_OPTIONS=--skip_unstable=1" >> $GITHUB_ENV
4545
- name: PR info

.github/workflows/OCV-PR-4.x-macOS-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "TARGET_BRANCH_NAME=4.x" >> $GITHUB_ENV
4040
- name: Setup test environment
41-
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
41+
if: ${{ github.event.repository.name != 'ci-gha-workflow' }}
4242
run: |
4343
echo "EXTRA_GTEST_OPTIONS=--skip_unstable=1" >> $GITHUB_ENV
4444
- name: PR info

0 commit comments

Comments
 (0)