diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index 6512376acb3c..b45f66667089 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -37,6 +37,8 @@ runs: staging-profile-name: ${{ inputs.ossrh-s01-staging-profile }} upload: true username: ${{ inputs.ossrh-s01-token-username }} + close-timeout: 3600 + release-timeout: 3600 - name: Await uses: ./.github/actions/await-http-resource with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffd5d6ec1128..8dbf7582be81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: build-and-stage-release: name: Build and Stage Release if: ${{ github.repository == 'spring-projects/spring-boot' || github.repository == 'spring-projects/spring-boot-commercial' }} - runs-on: ${{ vars.UBUNTU_MEDIUIM || 'ubuntu-latest' }} + runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }} steps: - name: Check Out Code uses: actions/checkout@v4 diff --git a/.idea/.gitignore b/.idea/.gitignore index 1c55b6bf3a6d..5b9c492bcc3f 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,8 +1,6 @@ # Project name .name *.xml -# Project icon -icon.svg /modules/ /shelf/ /workspace.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 8c8b10622eb7..cdd2a9295b1d 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -51,6 +51,8 @@