Skip to content

Commit 1d14b37

Browse files
committed
try to reuse reusable test
1 parent 2381f5f commit 1d14b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
description: 'Space-separated --extra flags (e.g., "--extra transformers --extra peft")'
1515

1616
concurrency:
17-
group: reusable-test-${{ github.workflow }}-${{ github.ref }}-${{ inputs.test_group }}
17+
group: reusable-test-${{ github.workflow }}-${{ github.ref }}-${{ inputs.extras }}
1818
cancel-in-progress: true
1919

2020
jobs:
@@ -53,4 +53,4 @@ jobs:
5353
5454
- name: Run tests
5555
run: |
56-
uv run ${{ inputs.test_command }}
56+
uv run ${{ inputs.test_command }}

0 commit comments

Comments
 (0)