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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

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