Skip to content

Commit 7dd5ef7

Browse files
authored
Add a shorter timeout for jobs on github-hosted runner (#26)
1 parent 32f943f commit 7dd5ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
test:
1010
runs-on: ubuntu-18.04
11+
timeout-minutes: 60
1112
steps:
1213
# Checkout repos and submodules
1314
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)