Spaces:
Runtime error
Runtime error
macrdel
commited on
Commit
·
5071ae8
1
Parent(s):
bee72f4
update workflow
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -7,7 +7,7 @@ on:
|
|
| 7 |
workflow_dispatch:
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
-
test-and-
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
|
| 13 |
steps:
|
|
@@ -36,6 +36,7 @@ jobs:
|
|
| 36 |
|
| 37 |
sync-to-hub:
|
| 38 |
runs-on: ubuntu-latest
|
|
|
|
| 39 |
steps:
|
| 40 |
- uses: actions/checkout@v2
|
| 41 |
with:
|
|
|
|
| 7 |
workflow_dispatch:
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
+
test-and-build:
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
|
| 13 |
steps:
|
|
|
|
| 36 |
|
| 37 |
sync-to-hub:
|
| 38 |
runs-on: ubuntu-latest
|
| 39 |
+
needs: test-and-build
|
| 40 |
steps:
|
| 41 |
- uses: actions/checkout@v2
|
| 42 |
with:
|