From c22c2df41bf4ce4c1a67146323cc67837c1cca92 Mon Sep 17 00:00:00 2001 From: Min Sang Date: Sun, 3 Mar 2024 21:34:22 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20backend-prod-cd=20=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=ED=83=80=EC=9E=84=EC=95=84=EC=9B=83=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-prod-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/backend-prod-cd.yml b/.github/workflows/backend-prod-cd.yml index 79bd415..5c9fe6d 100644 --- a/.github/workflows/backend-prod-cd.yml +++ b/.github/workflows/backend-prod-cd.yml @@ -39,7 +39,8 @@ jobs: attempt-with-first-runner: needs: [ backend-docker-build-and-push ] if: ${{ needs.backend-docker-build-and-push.result == 'success' }} - runs-on: [ self-hosted, enable-runner ] + runs-on: [ self-hosted, enble-runner ] + timeout-minutes: 2 # 이 작업은 2분 후에 타임아웃됩니다. steps: - name: Checkout code uses: actions/checkout@v3