Skip to content

Commit 7b7cea8

Browse files
Add 60min timeout to release build job
1 parent 7320685 commit 7b7cea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
args: ''
2222

2323
runs-on: ${{ matrix.platform }}
24+
timeout-minutes: 60
2425

2526
steps:
2627
- name: Checkout repository

0 commit comments

Comments
 (0)