Skip to content

Commit 71d0eca

Browse files
Add build timeout
Timeout the build after 15 minutes.
1 parent 0fab2d5 commit 71d0eca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
build:
2525
name: ${{ matrix.os }}
2626
runs-on: ${{ matrix.os }}
27+
timeout-minutes: 15
2728

2829
outputs:
2930
dotnet-sdk-version: ${{ steps.setup-dotnet.outputs.dotnet-version }}

0 commit comments

Comments
 (0)