Spaces:
Running
Running
Commit
·
218083e
1
Parent(s):
4ab46c7
fix pushed repo
Browse files
.github/workflows/dataset_update.yml
CHANGED
|
@@ -76,7 +76,7 @@ jobs:
|
|
| 76 |
git add .
|
| 77 |
git commit -m "update dataset files" || echo "No changes to commit"
|
| 78 |
git push -f
|
| 79 |
-
git push -f https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/argmaxinc/whisperkit-benchmarks
|
| 80 |
|
| 81 |
generate-report:
|
| 82 |
needs: update-datasets
|
|
|
|
| 76 |
git add .
|
| 77 |
git commit -m "update dataset files" || echo "No changes to commit"
|
| 78 |
git push -f
|
| 79 |
+
git push -f https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/argmaxinc/whisperkit-benchmarks
|
| 80 |
|
| 81 |
generate-report:
|
| 82 |
needs: update-datasets
|