Uh oh!
There was an error while loading. Please reload this page.
Split linting from main workflow - #144
Conversation
m-aciek
commented
Jun 11, 2026
Posted a PR fixing the failure cause: python/cpython#151343 |
StanFromIreland
commented
Jun 11, 2026
Thanks, merged! |
Uh oh!
There was an error while loading. Please reload this page.
| - run: git add . | ||
| - run: git commit -m "$(python manage_translation.py generate_commit_msg)" | ||
| if: env.SIGNIFICANT_CHANGES | ||
| - name: Push commit |
There was a problem hiding this comment.
This shouldn't run on PRs IMO. This causes issues like https://github.com/python/python-docs-pl/actions/runs/27407678283/job/81000784306?pr=144.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…t correct permissions, add run-id and auth to download artifact job
m-aciek
commented
Jun 24, 2026
@copilot resolve the merge conflicts in this pull request |
StanFromIreland
commented
Jun 24, 2026
Oh no, sorry this slipped my mind. I'll review later today. |
The following commit authors need to sign the Contributor License Agreement: |
| - name: Push commit | ||
| uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0 | ||
| if: env.SIGNIFICANT_CHANGES | ||
| if: env.SIGNIFICANT_CHANGES && (github.event.workflow_run.head_branch == github.event.repository.default_branch) |
There was a problem hiding this comment.
There's no workflow_run trigger?
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Stan Ulbrych <stanulbrych@gmail.com>
m-aciek
commented
Jun 26, 2026
@copilot resolve the merge conflicts in this pull request |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Stan Ulbrych <stanulbrych@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
By splitting workflows we get a better, gradual feedback and state of things expression.
Building without strict mode, we can add back strict mode as a separate workflow (or as part of linting?) in the future.
Updated READMEs with new workflow links. Extra changes: dropped translations mailing list and added a link to Sphinx translation.
Unable to test workflow run trigger before the PR is merged into main.
To do:
-Wflag); corresponding job called withmake dist-pdfdoesn't fail: https://github.com/m-aciek/python-docs-offline/actions/runs/27127952047/job/80061499030