Skip to content

Commit 79ce27b

Browse files
authored
Add timeout-minutes to CI builds
1 parent c05f7d6 commit 79ce27b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)