Browse Source

Shorten CI and deploy snapshot jobs to 60 minutes

Closes gh-33302
pull/33365/head
Stéphane Nicoll 1 year ago
parent
commit
84d1122190
  1. 1
      .github/workflows/build-and-deploy-snapshot.yml
  2. 1
      .github/workflows/ci.yml

1
.github/workflows/build-and-deploy-snapshot.yml

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

1
.github/workflows/ci.yml

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

Loading…
Cancel
Save