Spaces:
Build error
Build error
Claude commited on
fix(ci): add workflow_call trigger to tests.yml (required for reusable workflow)
Browse files
.github/workflows/tests.yml
CHANGED
|
@@ -9,6 +9,7 @@ on:
|
|
| 9 |
pull_request:
|
| 10 |
branches:
|
| 11 |
- main
|
|
|
|
| 12 |
|
| 13 |
jobs:
|
| 14 |
tests:
|
|
|
|
| 9 |
pull_request:
|
| 10 |
branches:
|
| 11 |
- main
|
| 12 |
+
workflow_call: # permet l'appel depuis deploy-hf.yml (needs: tests)
|
| 13 |
|
| 14 |
jobs:
|
| 15 |
tests:
|