diff --git a/.github/workflows/pushes.yml b/.github/workflows/pushes.yml index d713ae5a21..6f8956bf5f 100644 --- a/.github/workflows/pushes.yml +++ b/.github/workflows/pushes.yml @@ -35,7 +35,7 @@ jobs: run: .ci/build.sh shell: bash env: - MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 + MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=180 -Dmaven.wagon.http.retryHandler.count=3 -DstagingProgressTimeoutMinutes=30 PMD_CI_SECRET_PASSPHRASE: ${{ secrets.PMD_CI_SECRET_PASSPHRASE }} PMD_CI_JOB_URL: "https://github.com/pmd/pmd/runs/${{ github.run_id }}" PMD_CI_PUSH_COMMIT_COMPARE: ${{ github.event.compare }}