Spaces:
Runtime error
Runtime error
Commit
·
d229264
1
Parent(s):
afd91ad
debug workflows
Browse files
.github/workflows/file_size_check.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Check file size
|
2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
3 |
pull_request:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
1 |
name: Check file size
|
2 |
on: # or directly `on: [push]` to run the action on every push on any branch
|
3 |
pull_request:
|
4 |
+
branches: [master]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
.github/workflows/spaces.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://edadaltocg:[email protected]/spaces/edadaltocg/ood-detection
|
|
|
1 |
name: Sync to Hugging Face hub
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [master]
|
5 |
|
6 |
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://edadaltocg:[email protected]/spaces/edadaltocg/ood-detection master
|