build: try to speed up Github workflows (#12090)

This commit is contained in:
Jesse Yang
2021-01-07 00:47:00 -08:00
committed by GitHub
parent bcb8db621c
commit f48284909d
15 changed files with 503 additions and 247 deletions

View File

@@ -1,6 +1,12 @@
name: E2E
on: [push, pull_request]
on:
push:
branches-ignore:
- "dependabot/**/docs/**"
paths-ignore:
- "docs/**"
pull_request:
jobs:
Cypress: