Shorten PR jobs to 60 minutes

See gh-33302
This commit is contained in:
Stéphane Nicoll 2024-08-05 10:03:09 +02:00
parent f4604cfab3
commit 6bcffe3b4a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jobs:
build:
name: Build Pull Request
runs-on: ubuntu-latest
timeout-minutes: 60
if: ${{ github.repository == 'spring-projects/spring-framework' }}
steps:
- name: Set up JDK 17