diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 618aa56827..117f89ec05 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -1,6 +1,8 @@ name: Translation and Linting Workflow on: + schedule: + - cron: '0 * * * *' push: branches: - '*' @@ -12,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12, 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] steps: - uses: styfle/cancel-workflow-action@main with: @@ -68,7 +70,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12] + version: [3.14, 3.13, 3.12, 3.11] needs: ['update'] continue-on-error: true steps: @@ -87,7 +89,7 @@ jobs: strategy: fail-fast: false matrix: - version: [3.14, 3.13, 3.12, 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] format: [html, latex, epub] needs: ['update'] steps: @@ -119,7 +121,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [3.14, 3.13, 3.12, 3.9] + version: [3.14, 3.13, 3.12, 3.11, '3.10', 3.9] needs: ['build'] steps: - uses: actions/download-artifact@master diff --git a/README.en.md b/README.en.md index faca0cfb2f..6d372a7d00 100644 --- a/README.en.md +++ b/README.en.md @@ -19,11 +19,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ![5 Translators](https://img.shields.io/badge/Translators-5-0.svg) -[*Przeczytaj to w języku polskim*](README.md) - -> [!IMPORTANT] -> Please temporarily refrain from translating on the Transifex platform, the changes made will most probably be lost. -> [More information.](https://discuss.python.org/t/transifex-translations-are-currently-broken) +*Przeczytaj to w innym języku: [polski](README.md)* **I found a mistake, what do I do?** diff --git a/README.md b/README.md index 13b354e62b..1c0c1372c8 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update- ![5 tłumaczy](https://img.shields.io/badge/tłumaczy-5-0.svg) -[*Read this in English*](README.en.md) - -> [!IMPORTANT] -> Prosimy o tymczasowe powstrzymanie się od tłumaczenia na platformie Transifex, wprowadzone zmiany najprawdopodobniej przepadną. -> [Więcej informacji.](https://discuss.python.org/t/transifex-translations-are-currently-broken) +*Read this in another language: [English](README.en.md)* **Znalazłem błąd, co mam zrobić?**