Skip to content

Commit 84576d1

Browse files
authored
[ci skip] Set CI timeout to 30 mins (#1153)
1 parent c6f0717 commit 84576d1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
# Only run on PRs if the source branch is on a different repo. We do not need to run everything twice.
99
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
1010
runs-on: ubuntu-24.04
11+
timeout-minutes: 30
1112
steps:
1213
- name: Checkout Repository
1314
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
publish:
1414
if: github.repository_owner == 'ViaVersion'
1515
runs-on: ubuntu-24.04
16+
timeout-minutes: 30
1617
steps:
1718
- name: Checkout Repository
1819
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111
jobs:
1212
update-gradle-wrapper:
1313
runs-on: ubuntu-24.04
14+
timeout-minutes: 30
1415
steps:
1516
- name: Checkout Repository
1617
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 6.0.0

0 commit comments

Comments
 (0)