Spaces:
Running
Running
Update dataset_update.yml
Browse files
.github/workflows/dataset_update.yml
CHANGED
|
@@ -75,8 +75,8 @@ jobs:
|
|
| 75 |
|
| 76 |
git add .
|
| 77 |
git commit -m "update dataset files" || echo "No changes to commit"
|
| 78 |
-
git push
|
| 79 |
-
git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/argmaxinc/whisperkit-benchmarks-internal
|
| 80 |
|
| 81 |
generate-report:
|
| 82 |
needs: update-datasets
|
|
|
|
| 75 |
|
| 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-internal
|
| 80 |
|
| 81 |
generate-report:
|
| 82 |
needs: update-datasets
|