mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: cleanup no-op Cypress (chrome) job (#12972)
This commit is contained in:
9
.github/workflows/superset-e2e.yml
vendored
9
.github/workflows/superset-e2e.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user