Skip to content

Commit

Permalink
refactor: backend-prod-cd 파일 타임아웃 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
minsang-alt authored Mar 3, 2024
1 parent 520e427 commit c22c2df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c22c2df

Please sign in to comment.