diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8dc0639f..ebee67d3 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -37,6 +37,8 @@ jobs: pages: runs-on: ubuntu-latest if: ${{ github.ref_name == 'main' }} + # We need the parse job above. Do not run if that one fails. + needs: parse steps: - uses: actions/checkout@v2 - name: Deploy