Skip to content

Commit 52a14c1

Browse files
committed
Add 30 minute timeout to GitHub Actions workflows
1 parent 419d9ed commit 52a14c1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
build:
1212
name: Build
1313
runs-on: ${{ matrix.os }}
14+
timeout-minutes: 30
1415
strategy:
1516
matrix:
1617
include:

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
name: Build
1010
runs-on: ${{ matrix.os }}
11+
timeout-minutes: 30
1112
strategy:
1213
matrix:
1314
include:
@@ -52,6 +53,7 @@ jobs:
5253
name: Release
5354
needs: build
5455
runs-on: ubuntu-latest
56+
timeout-minutes: 30
5557

5658
steps:
5759
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)