Skip to content

Commit e47c606

Browse files
committed
Workaround: add timeout to the build workflow
1 parent 278c6df commit e47c606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.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: 10
1415
steps:
1516
- uses: actions/checkout@v2
1617
with:

0 commit comments

Comments
 (0)