Yurii Paniv commited on
Commit
724a599
1 Parent(s): 1db5fd0

Run deploy after tests

Browse files
Files changed (1) hide show
  1. .github/workflows/hf-sync.yml +1 -0
.github/workflows/hf-sync.yml CHANGED
@@ -36,6 +36,7 @@ jobs:
36
  pytest
37
  sync-to-hub:
38
  runs-on: ubuntu-latest
 
39
  steps:
40
  - uses: actions/checkout@v2
41
  with:
36
  pytest
37
  sync-to-hub:
38
  runs-on: ubuntu-latest
39
+ needs: build
40
  steps:
41
  - uses: actions/checkout@v2
42
  with: