We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722dcae commit 84d1122Copy full SHA for 84d1122
.github/workflows/build-and-deploy-snapshot.yml
@@ -9,6 +9,7 @@ jobs:
9
build-and-deploy-snapshot:
10
name: Build and Deploy Snapshot
11
runs-on: ubuntu-latest
12
+ timeout-minutes: 60
13
if: ${{ github.repository == 'spring-projects/spring-framework' }}
14
steps:
15
- name: Check Out Code
.github/workflows/ci.yml
ci:
name: '${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
runs-on: ${{ matrix.os.id }}
strategy:
matrix:
0 commit comments