chore: cleanup no-op Cypress (chrome) job (#12972)

This commit is contained in:
Jesse Yang
2021-02-05 11:05:48 -10:00
committed by GitHub
parent 0d1b59eb86
commit 2799894221

View File

@@ -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