correction

This commit is contained in:
Arnold Dechamps 2024-03-26 19:23:17 +01:00
parent 7096dca1c8
commit 86a184d054
No known key found for this signature in database
GPG key ID: AE66543374E41C89

View file

@ -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 ]