Skip to content

Commit 29dce74

Browse files
committed
Merge branch '6.1.x'
2 parents 3aec399 + 84d1122 commit 29dce74

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.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

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)