Skip to content

Commit 8b30af6

Browse files
authored
add timeout to actions yml to prevent timeout failure during build
1 parent bbad308 commit 8b30af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
timeout-minutes: 60
1011
steps:
1112

1213
- name: Set up Go 1.x

0 commit comments

Comments
 (0)