Skip to content

Commit 907ec76

Browse files
committed
Timeout rust job after 60 minutes
Signed-off-by: Simon Davies <[email protected]>
1 parent 1822d9a commit 907ec76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dep_rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ defaults:
3333
jobs:
3434
build:
3535
if: ${{ inputs.docs_only == 'false' }}
36+
timeout-minutes: 60
3637
strategy:
3738
fail-fast: true
3839
matrix:

0 commit comments

Comments
 (0)