We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6efef commit f5ed47bCopy full SHA for f5ed47b
1 file changed
.github/workflows/unit_tests.yml
@@ -83,9 +83,9 @@ env:
83
ref: ${{ github.event.inputs.ref || github.ref }}
84
HF_TOKEN: ${{ secrets.HF_TOKEN }}
85
86
-#concurrency:
87
-# group: ${{ github.event.inputs.ref || github.ref }}-workflow-unit-tests #-${{ github.event.inputs.test_names }}
88
-# cancel-in-progress: true
+concurrency:
+ group: ${{ github.event.inputs.ref || github.ref }}-workflow-unit-tests #-${{ github.event.inputs.test_names }}
+ cancel-in-progress: true
89
90
permissions:
91
contents: read
0 commit comments