Skip to content

Commit 6770bcb

Browse files
ci: Fix concurrency failure (#2631)
1 parent b95ec9c commit 6770bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
image: ghcr.io/astral-sh/uv:debian
146146
options: --user 31001:61001 # Required slurm-batch UID: slurm GID for tmp/ file removal
147147
concurrency:
148-
group: local-tests-${{ github.ref }}-${{ matrix.python-version }}
148+
group: local-tests-${{ github.ref }}-${{ github.event_name }}-python-${{ matrix.python-version }}
149149
cancel-in-progress: true # Required so it does not use previous state
150150
strategy:
151151
matrix:

0 commit comments

Comments
 (0)