mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
CI: Tighten timeout period for all jobs
This commit is contained in:
parent
9630d4e2fc
commit
32563011e1
8 changed files with 8 additions and 0 deletions
1
.github/workflows/static_checks.yml
vendored
1
.github/workflows/static_checks.yml
vendored
|
|
@ -6,6 +6,7 @@ jobs:
|
|||
static-checks:
|
||||
name: Code style, file formatting, and docs
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue