Skip to content

Commit 21fd72b

Browse files
feat: add github actions timeout to 5 mins (#1117)
1 parent c8237f1 commit 21fd72b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 5
1415

1516
strategy:
1617
matrix:

0 commit comments

Comments
 (0)