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 4d23848 commit 196b0fdCopy full SHA for 196b0fd
.github/workflows/container-pytests.yml
@@ -7,7 +7,7 @@ jobs:
7
name: "Container PyTest: ${{ matrix.version }} - ${{ matrix.os_test }}"
8
runs-on: ubuntu-latest
9
concurrency:
10
- group: container-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
+ group: container-pytest-${{ github.event.issue.number }}-${{ matrix.version }}-${{ matrix.os_test }}
11
cancel-in-progress: true
12
strategy:
13
fail-fast: false
0 commit comments