Skip to content

Commit 1d01c67

Browse files
authored
Add timeout-minutes to CI builds
1 parent 3b8900f commit 1d01c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 10
1314
strategy:
1415
matrix:
1516
python-version: ['3.6', '3.7', '3.8', '3.9']

0 commit comments

Comments
 (0)