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,7 +1,11 @@
# Python Misc unit tests
name: Python Misc
on: [push, pull_request]
on:
push:
branches-ignore:
- "dependabot/npm_and_yarn/**"
pull_request:
jobs:
lint: