Skip to content

Commit 6bcffe3

Browse files
committed
Shorten PR jobs to 60 minutes
See gh-33302
1 parent f4604cf commit 6bcffe3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-pull-request.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
name: Build Pull Request
1010
runs-on: ubuntu-latest
11+
timeout-minutes: 60
1112
if: ${{ github.repository == 'spring-projects/spring-framework' }}
1213
steps:
1314
- name: Set up JDK 17

0 commit comments

Comments
 (0)