diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4562b7e2..b76378a7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,7 +68,7 @@ jobs: detect-environments: runs-on: ubuntu-latest - needs: [test, lint] + needs: [test] outputs: environments: ${{ steps.environments.outputs.result }} if: github.ref_name == 'main'