summaryrefslogtreecommitdiff
path: root/.github/workflows/docs.yml
AgeCommit message (Collapse)Author
2025-11-26[4.2.x] Added timeout-minutes directive to all GitHub Actions workflows.Natalia
GitHub Actions defaults to a 360-minute (6-hour) timeout. We've had jobs hang due to issues in the parallel test runner, causing them to run for the full 6 hours. This wastes resources and negatively impacts CI availability, so explicit timeouts have been added to prevent long-running hangs. Backport of e48527f91d341c85a652499a5baaf725d36ae54f from main.
2025-11-21[4.2.x] Applied auto-fixes from zizmor findings.Jacob Walls
Backport of e8958c4690faef27b6715524ecb5c49c3ecb6a09 from main.
2025-04-23[4.2.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning ↵David Smith
for docs builds. Backport of 73d532d9a92d4d472564f3251499a428d1da9835 from main.
2024-01-30[4.2.x] Pinned black == 23.12.1 for blacken-docs checks.nessita
2023-09-05[4.2.x] Bumped checkout version in Github actions configuration.Mariusz Felisiak
Backport of 4f0c0e6fa1ce2e4da9407f122d0c1c27c7f8ad83 from main.
2023-03-01[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ↵Mariusz Felisiak
adjusted docs. This adds: - GitHub actions, - tox configuration, - pre-commit hook, and - makefile rules to run blacken-docs linter. Co-authored-by: David Smith <smithdc@gmail.com> Backport of 6015bab80e28aef2669f6fac53423aa65f70cb08 from main
2022-10-26Refs #33173 -- Used Python 3.11 for GitHub actions.Mariusz Felisiak
2022-08-04Restricted permissions for GitHub tokens.Mariusz Felisiak
2022-06-24Bumped versions in Github actions configuration.Mariusz Felisiak
2022-03-08Used Ubuntu 20.04 for docs GitHub action.Mariusz Felisiak
2022-03-07Made Github actions auto-cancel redundant jobs.Mariusz Felisiak
2022-03-07Bumped versions in Github actions configuration to v3.Mariusz Felisiak
2021-10-11Used Python 3.10 for docs and linters GitHub actions.Mariusz Felisiak
2021-07-29Used Ubuntu 18.04 for docs GitHub action.Mariusz Felisiak
2021-03-09Updated Git branch "master" to "main" in GitHub actions workflows.Markus Holtermann
2021-02-26Used GitHub actions for docs tests.Mariusz Felisiak
Co-Authored-By: Tom Forbes <tom@tomforb.es>