diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b40a0f..a30cbf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,7 @@ jobs: documentation: runs-on: ubuntu-latest - environment: prod - needs: build # for ignoring bad builds + needs: [build, deploy] # for ignoring bad builds if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v3 # get source @@ -118,7 +117,6 @@ jobs: package: runs-on: ubuntu-latest - environment: prod needs: [build] # for ignoring bad builds if: github.event_name == 'push' && github.ref == 'refs/heads/master'