From 0b7b1024f0ecfee6a19fa793c97093161271d686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:36:02 +0200 Subject: [PATCH] chore: set timeouts --- .github/workflows/deploy-preview.yaml | 1 + .github/workflows/deploy-production.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy-preview.yaml b/.github/workflows/deploy-preview.yaml index 95a508e..94f24ab 100644 --- a/.github/workflows/deploy-preview.yaml +++ b/.github/workflows/deploy-preview.yaml @@ -22,6 +22,7 @@ jobs: deploy-preview: name: Build & Deploy runs-on: ubuntu-latest + timeout-minutes: 15 if: | (github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe')) || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index 136ff82..d925b4e 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -14,6 +14,7 @@ jobs: deploy-preview: name: Build & Deploy runs-on: ubuntu-latest + timeout-minutes: 15 permissions: deployments: write pull-requests: write