Skip to content

Commit f5fd80a

Browse files
committed
gha: add guardrails timeouts to jobs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent ae163ad commit f5fd80a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ env:
2929
jobs:
3030
validate:
3131
runs-on: ubuntu-24.04
32+
timeout-minutes: 30 # guardrails timeout for the whole job
3233
strategy:
3334
fail-fast: false
3435
matrix:
@@ -49,6 +50,7 @@ jobs:
4950
5051
test:
5152
runs-on: ${{ matrix.os }}
53+
timeout-minutes: 30 # guardrails timeout for the whole job
5254
strategy:
5355
fail-fast: false
5456
matrix:
@@ -124,6 +126,7 @@ jobs:
124126

125127
test-sandboxed:
126128
runs-on: ubuntu-24.04
129+
timeout-minutes: 30 # guardrails timeout for the whole job
127130
steps:
128131
-
129132
name: Set up Docker Buildx
@@ -145,6 +148,7 @@ jobs:
145148

146149
build:
147150
runs-on: ubuntu-24.04
151+
timeout-minutes: 30 # guardrails timeout for the whole job
148152
permissions:
149153
# required to create GitHub release
150154
contents: write
@@ -194,6 +198,7 @@ jobs:
194198

195199
build-deb:
196200
runs-on: ubuntu-24.04
201+
timeout-minutes: 30 # guardrails timeout for the whole job
197202
steps:
198203
-
199204
name: Checkout

0 commit comments

Comments
 (0)