We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2381f5f commit 1d14b37Copy full SHA for 1d14b37
.github/workflows/reusable-test.yaml
@@ -14,7 +14,7 @@ on:
14
description: 'Space-separated --extra flags (e.g., "--extra transformers --extra peft")'
15
16
concurrency:
17
- group: reusable-test-${{ github.workflow }}-${{ github.ref }}-${{ inputs.test_group }}
+ group: reusable-test-${{ github.workflow }}-${{ github.ref }}-${{ inputs.extras }}
18
cancel-in-progress: true
19
20
jobs:
@@ -53,4 +53,4 @@ jobs:
53
54
- name: Run tests
55
run: |
56
- uv run ${{ inputs.test_command }}
+ uv run ${{ inputs.test_command }}
0 commit comments