From f55fe77c1def00c96a918abbdaca5ff379d0e94f Mon Sep 17 00:00:00 2001 From: Yuya Ebihara Date: Wed, 13 Mar 2024 22:28:03 +0900 Subject: [PATCH] Set timeout for build-images --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e48f006..9dc8582e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: build-images: runs-on: ubuntu-latest + timeout-minutes: 60 strategy: fail-fast: false matrix: