Skip to content

Commit be8d7e1

Browse files
authored
Configure 10 minute timeout for CI (#42)
1 parent bfbe3ba commit be8d7e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12+
13+
timeout-minutes: 10
14+
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v4

0 commit comments

Comments
 (0)