From a49926500eab01ec1cb153ea00a74a2f76fe444f Mon Sep 17 00:00:00 2001 From: altf4arnold Date: Tue, 26 Mar 2024 19:38:45 +0100 Subject: [PATCH] supressing needs --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 525522d..3b698d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,6 @@ concurrency: jobs: deploy: name: Deploy - needs: [ flake, django ] runs-on: ubuntu-latest steps: - name: Configure SSH