From f5fd80af0ff2d2f75fbfb3e1b300cd84d90d453c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 9 Jan 2026 09:35:19 +0100 Subject: [PATCH] gha: add guardrails timeouts to jobs Signed-off-by: Sebastiaan van Stijn --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a4ac0a..440d659 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ env: jobs: validate: runs-on: ubuntu-24.04 + timeout-minutes: 30 # guardrails timeout for the whole job strategy: fail-fast: false matrix: @@ -49,6 +50,7 @@ jobs: test: runs-on: ${{ matrix.os }} + timeout-minutes: 30 # guardrails timeout for the whole job strategy: fail-fast: false matrix: @@ -124,6 +126,7 @@ jobs: test-sandboxed: runs-on: ubuntu-24.04 + timeout-minutes: 30 # guardrails timeout for the whole job steps: - name: Set up Docker Buildx @@ -145,6 +148,7 @@ jobs: build: runs-on: ubuntu-24.04 + timeout-minutes: 30 # guardrails timeout for the whole job permissions: # required to create GitHub release contents: write @@ -194,6 +198,7 @@ jobs: build-deb: runs-on: ubuntu-24.04 + timeout-minutes: 30 # guardrails timeout for the whole job steps: - name: Checkout