Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
[3.7] [3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)#20101
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…ythonGH-20100)* bpo-40548: Always run GitHub action, even on doc PRs (pythonGH-19981)Always run GitHub action jobs, even on documentation-only pullrequests. So it will be possible to make a GitHub action job, likethe Windows (64-bit) job, mandatory.(cherry picked from commit4e36376)* bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (pythonGH-19983)Signed-off-by: Filipe Laíns <lains@archlinux.org>(cherry picked from commit75d7257)* bpo-40548: github actions: pass the changes check on no source changes (pythonGH-20097)Signed-off-by: Filipe Laíns <lains@archlinux.org>(cherry picked from commit6a78589)Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>Co-authored-by: Filipe Laíns <lains@archlinux.org>(cherry picked from commit07bd5cf)Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, good bot. I checked that wit the cherry-pick, 3.7 and master have the same configuration. master also has "push" configuration which is not needed for 3.7 if I understood correctly. (Same difference in 3.8.)
miss-islington commentedMay 15, 2020
@vstinner: Status check is done, and it's a success ✅ . |
miss-islington commentedMay 15, 2020
@vstinner: Status check is done, and it's a success ✅ . |
Uh oh!
There was an error while loading.Please reload this page.
Always run GitHub action jobs, even on documentation-only pull
requests. So it will be possible to make a GitHub action job, like
the Windows (64-bit) job, mandatory.
(cherry picked from commit4e36376)
Signed-off-by: Filipe Laínslains@archlinux.org
(cherry picked from commit75d7257)
Signed-off-by: Filipe Laínslains@archlinux.org
(cherry picked from commit6a78589)
Co-authored-by: Filipe Laínsfilipe.lains@gmail.com
Co-authored-by: Filipe Laínslains@archlinux.org
(cherry picked from commit07bd5cf)
Co-authored-by: Victor Stinnervstinner@python.org
https://bugs.python.org/issue40548