Skip to content

Commit 196b0fd

Browse files
committed
Fix group name in container-pytests.yml file
1 parent 4d23848 commit 196b0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-pytests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: "Container PyTest: ${{ matrix.version }} - ${{ matrix.os_test }}"
88
runs-on: ubuntu-latest
99
concurrency:
10-
group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
10+
group: container-pytest-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
1111
cancel-in-progress: true
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)