diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index 58930f0aa..6369808fc 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -109,12 +109,3 @@ jobs: with: name: screenshots path: ${{ github.workspace }}/superset-frontend/cypress-base/cypress/screenshots - Cypress: - if: github.event.pull_request.draft == false && ${{ always() }} - name: Cypress (chrome) - runs-on: ubuntu-20.04 - needs: cypress-matrix - steps: - - name: Check build matrix status - if: ${{ needs.cypress-matrix.result != 'success' }} - run: exit 1