Skip to content

Commit

Permalink
Add timeout limits for hosted-runners in actions
Browse files Browse the repository at this point in the history
Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 authored and ksh8281 committed Dec 20, 2023
1 parent 698b932 commit 282cd3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/es-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ jobs:
build-test-on-self-hosted-linux:
runs-on: [self-hosted, linux, x64]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -402,6 +403,7 @@ jobs:
build-test-on-self-hosted-arm-linux:
runs-on: [self-hosted, linux, arm]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -416,6 +418,7 @@ jobs:
build-test-on-self-hosted-arm64-linux:
runs-on: [self-hosted, linux, arm64]
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 282cd3f

Please sign in to comment.