diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2226e57..d6253ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,7 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + needs: check-env steps: - name: Checkout uses: actions/checkout@v2