Skip to content

Commit 3a1da79

Browse files
authored
Fix workflow name in concurrency group (#80)
1 parent 631814d commit 3a1da79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+52
-52
lines changed

.github/workflows/OCV-Contrib-PR-3.4-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-3.4-ARM64-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

.github/workflows/OCV-Contrib-PR-3.4-U14.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-3.4-U14-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

.github/workflows/OCV-Contrib-PR-3.4-U20.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-3.4-U20-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

.github/workflows/OCV-Contrib-PR-3.4-W10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-3.4-W10-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

.github/workflows/OCV-Contrib-PR-3.4-macOS-ARM64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-3.4-macOS-ARM64-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

.github/workflows/OCV-Contrib-PR-3.4-macOS-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-3.4-macOS-x86_64-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-4.x-ARM64-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-4.x-U20-Cuda-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-4.x-U20-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

.github/workflows/OCV-Contrib-PR-4.x-W10.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}
12+
group: OCV-Contrib-PR-4.x-W10-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
env:

0 commit comments

Comments
 (0)