mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 10:21:14 +08:00
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:
2
.github/workflows/mypy_primer.yml
vendored
2
.github/workflows/mypy_primer.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/mypy_primer_comment.yml
vendored
2
.github/workflows/mypy_primer_comment.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user