Browse Source

Shorten PR jobs to 60 minutes

See gh-33302
pull/33336/head
Stéphane Nicoll 1 year ago
parent
commit
6bcffe3b4a
  1. 1
      .github/workflows/build-pull-request.yml

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

@ -8,6 +8,7 @@ jobs: @@ -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

Loading…
Cancel
Save