mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
build: try to speed up Github workflows (#12090)
This commit is contained in:
8
.github/workflows/superset-e2e.yml
vendored
8
.github/workflows/superset-e2e.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: E2E
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "dependabot/**/docs/**"
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
Cypress:
|
||||
|
||||
Reference in New Issue
Block a user