Skip to content

Commit 84d1122

Browse files
committed
Shorten CI and deploy snapshot jobs to 60 minutes
Closes gh-33302
1 parent 722dcae commit 84d1122

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/build-and-deploy-snapshot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
build-and-deploy-snapshot:
1010
name: Build and Deploy Snapshot
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 60
1213
if: ${{ github.repository == 'spring-projects/spring-framework' }}
1314
steps:
1415
- name: Check Out Code

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
ci:
1010
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
1111
runs-on: ${{ matrix.os.id }}
12+
timeout-minutes: 60
1213
if: ${{ github.repository == 'spring-projects/spring-framework' }}
1314
strategy:
1415
matrix:

0 commit comments

Comments
 (0)