Skip to content

Commit 2ff6239

Browse files
authored
NO-JIRA: workflows: allow parallelism with concurrency groups by adding Python version matrix in piplock-renewal.yaml (#1714)
1 parent cc22698 commit 2ff6239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/piplock-renewal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
refresh-pipfile-locks:
3737
runs-on: ubuntu-latest
3838
concurrency:
39-
group: refresh-pipfile-locks-${{ github.ref }}
39+
group: refresh-pipfile-locks-${{ matrix.python-version }}-${{ github.ref }}
4040
cancel-in-progress: false
4141
strategy:
4242
fail-fast: false

0 commit comments

Comments
 (0)