Shorten PR jobs to 60 minutes
See gh-33302
This commit is contained in:
1
.github/workflows/build-pull-request.yml
vendored
1
.github/workflows/build-pull-request.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user