Skip to content

Commit 3cea3fa

Browse files
committed
reduce github ci timeout
1 parent 9f2bfea commit 3cea3fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: CI
22

33
on: [push, pull_request]
44

@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88
# https://canonical-self-hosted-github-runner-docs.readthedocs-hosted.com/en/latest/usage/available_runners/#available-runners
99
#runs-on: [self-hosted, linux, X64, noble, small]
10-
timeout-minutes: 60
10+
timeout-minutes: 10
1111
steps:
1212
- uses: actions/checkout@v6
1313
- name: install uv

0 commit comments

Comments
 (0)