chore: cleanup no-op Cypress (chrome) job (#12972)
This commit is contained in:
parent
0d1b59eb86
commit
2799894221
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue