summaryrefslogtreecommitdiff
path: root/.github/workflows/schedules.yml
AgeCommit message (Collapse)Author
2025-11-26Added 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.
2025-09-12Bumped versions in Github actions configuration.Mariusz Felisiak
2024-01-26Bumped versions in Github actions configuration.Mariusz Felisiak
2023-03-20Fixed some typos in comments, docstrings, and tests.Liyang Zhang
2022-08-04Restricted permissions for GitHub tokens.Mariusz Felisiak
2022-03-14Added GitHub action with daily builds for Windows and JavaScript tests.Florian Apolloner
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>