Skip to content

Commit f5ed47b

Browse files
revert concurrency
1 parent 2e6efef commit f5ed47b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ env:
8383
ref: ${{ github.event.inputs.ref || github.ref }}
8484
HF_TOKEN: ${{ secrets.HF_TOKEN }}
8585

86-
#concurrency:
87-
# group: ${{ github.event.inputs.ref || github.ref }}-workflow-unit-tests #-${{ github.event.inputs.test_names }}
88-
# cancel-in-progress: true
86+
concurrency:
87+
group: ${{ github.event.inputs.ref || github.ref }}-workflow-unit-tests #-${{ github.event.inputs.test_names }}
88+
cancel-in-progress: true
8989

9090
permissions:
9191
contents: read

0 commit comments

Comments
 (0)