We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4604cf commit 6bcffe3Copy full SHA for 6bcffe3
.github/workflows/build-pull-request.yml
@@ -8,6 +8,7 @@ jobs:
8
build:
9
name: Build Pull Request
10
runs-on: ubuntu-latest
11
+ timeout-minutes: 60
12
if: ${{ github.repository == 'spring-projects/spring-framework' }}
13
steps:
14
- name: Set up JDK 17
0 commit comments