correction
This commit is contained in:
parent
7096dca1c8
commit
86a184d054
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -10,12 +10,6 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
flake:
|
||||
name: flake
|
||||
uses: ./.github/workflows/flake.yml
|
||||
django:
|
||||
name: django
|
||||
uses: ./.github/workflows/django.yml
|
||||
deploy:
|
||||
name: Deploy
|
||||
needs: [ flake, django ]
|
||||
|
|
Loading…
Reference in a new issue