From 86e26748240c279193f0fa9545f7a1db7a5ec13e Mon Sep 17 00:00:00 2001 From: Seongmin Lee Date: Tue, 27 Aug 2024 03:44:27 +0000 Subject: [PATCH] ci: add timeout in case substitution fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37bc73d..611b011 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: sync-readme: name: sync readme codes runs-on: ubuntu-latest + timeout-minutes: 5 steps: - uses: actions/checkout@v4 - name: run substitution