From 08fff180144cd9ea36f111b79f5642eab26b63ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 4 Jan 2024 10:51:36 -0300 Subject: [PATCH] github: workflows: test-and-deploy: Add timeout for deploy-raspberry-image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/test-and-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 5e4e1cf6df..7aca0e5c5d 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -249,6 +249,7 @@ jobs: deploy-raspberry-image: needs: deploy-docker-images if: github.event_name != 'pull_request' + timeout-minutes: 120 # Detect if it gets into an infinite loop or some unexpected state runs-on: blueos-ci # The runner for this job is a Raspberry Pi OS Bullseye. # Just install docker (curl -sSL https://get.docker.com/ | sh) and follow the instructions for setting up a new runner in