diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2c4e8d6..dbe31f1 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -14,7 +14,6 @@ on: jobs: deploy-staging: runs-on: ubuntu-latest - needs: test if: startsWith(github.ref, 'refs/heads/develop') steps: - name: Checkout code @@ -47,7 +46,6 @@ jobs: deploy-production: runs-on: ubuntu-latest - needs: test if: startsWith(github.ref, 'refs/tags') steps: - name: Extract Version