Shorten CI and deploy snapshot jobs to 60 minutes

Closes gh-33302
This commit is contained in:
Stéphane Nicoll 2024-08-02 10:56:25 +02:00
parent 722dcae1b1
commit 84d1122190
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ jobs:
build-and-deploy-snapshot:
name: Build and Deploy Snapshot
runs-on: ubuntu-latest
timeout-minutes: 60
if: ${{ github.repository == 'spring-projects/spring-framework' }}
steps:
- name: Check Out Code

View File

@ -9,6 +9,7 @@ jobs:
ci:
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
runs-on: ${{ matrix.os.id }}
timeout-minutes: 60
if: ${{ github.repository == 'spring-projects/spring-framework' }}
strategy:
matrix: