Fix workflow path matching (#5414)

@Akuli was right in https://github.com/python/typeshed/pull/5407

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-05-11 01:29:40 -07:00
committed by GitHub
parent d5fc9a6a80
commit f720ebb71e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ on:
# Since modular typeshed, mypy primer doesn't check third party stubs. Till that is changed,
# only run it on stdlib changes to avoid false confidence and wasted CI minutes.
paths:
- stdlib
- 'stdlib/**'
permissions:
contents: read

View File

@@ -10,7 +10,7 @@ on:
# Since modular typeshed, mypy primer doesn't check third party stubs. Till that is changed,
# only run it on stdlib changes to avoid false confidence and wasted CI minutes.
paths:
- stdlib
- 'stdlib/**'
permissions:
contents: read