diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml index be6d6f513..a2b6c745a 100644 --- a/.github/workflows/graalvm.yml +++ b/.github/workflows/graalvm.yml @@ -60,3 +60,4 @@ jobs: with: check_name: GraalVM CE CI / Test Report (Java ${{ matrix.java }}) report_paths: '**/build/test-results/test/TEST-*.xml' + check_retries: 'true' diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 30fc9776a..f527a3ed2 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -63,6 +63,7 @@ jobs: with: check_name: Java CI / Test Report (${{ matrix.java }}) report_paths: '**/build/test-results/test/TEST-*.xml' + check_retries: 'true' - name: Publish to Sonatype Snapshots if: success() && github.event_name == 'push' && matrix.java == '8' env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b0a7e5b1..1081bd4f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,7 @@ jobs: BRANCH: gh-pages FOLDER: build/docs VERSION: ${{ steps.release_version.outputs.release_version }} + TARGET_REPOSITORY: ${{ github.repository == 'micronaut-projects/micronaut-core' && env.docsRepository || github.repository }} GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }} GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}