Fix job dependencies
This commit is contained in:
parent
5908c1a192
commit
e38cab8add
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ jobs:
|
||||||
run: python3 -m manage.py test
|
run: python3 -m manage.py test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
needs: [test]
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue