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 b95ec9c commit 6770bcbCopy full SHA for 6770bcb
.github/workflows/run_tests.yml
@@ -145,7 +145,7 @@ jobs:
145
image: ghcr.io/astral-sh/uv:debian
146
options: --user 31001:61001 # Required slurm-batch UID: slurm GID for tmp/ file removal
147
concurrency:
148
- group: local-tests-${{ github.ref }}-${{ matrix.python-version }}
+ group: local-tests-${{ github.ref }}-${{ github.event_name }}-python-${{ matrix.python-version }}
149
cancel-in-progress: true # Required so it does not use previous state
150
strategy:
151
matrix:
0 commit comments