File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ permissions:
1111jobs :
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
You can’t perform that action at this time.
0 commit comments