8000 Run stubtest on all third party stubs if requirements.txt is changed by sobolevn · Pull Request #9132 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Run stubtest on all th 8000 ird party stubs if requirements.txt is changed #9132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to 8000
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
pull_request:
paths:
- 'requirements-tests.txt'
- '.github/workflows/daily.yml'

# Please keep the permissions minimal, as stubtest runs arbitrary code from pypi.
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stubtest_stdlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'stdlib/**'
- '.github/workflows/stubtest_stdlib.yml'
- 'tests/**'
- 'requirements-tests.txt'
# When requirements.txt changes, we run `daily.yml`, which includes stdlib stubtest

permissions:
contents: read
Expand Down
0