From 8adc663ab0955a9d3134a738cc1537984a843f02 Mon Sep 17 00:00:00 2001 From: Lexie Malina Date: Wed, 27 Nov 2024 03:43:38 -0600 Subject: [PATCH] Disable codecov and only run on liberica images. (cherry picked from commit 73e7134fafb5a09844ca9fd8df68264ba933f2bc) --- .github/workflows/gradle.yml | 10 +++++----- .github/workflows/publish-snapshot.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f42f99f10..38155af7e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -39,8 +39,8 @@ jobs: with: arguments: ":reposilite-backend:testCoverage" - - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v2 - with: - files: "./reposilite-backend/build/reports/jacoco/reposilite-backend-report.xml" - fail_ci_if_error: false +# - name: "Upload coverage to Codecov" +# uses: codecov/codecov-action@v2 +# with: +# files: "./reposilite-backend/build/reports/jacoco/reposilite-backend-report.xml" +# fail_ci_if_error: false diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 6785fe480..e86198f63 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -2,7 +2,7 @@ name: "Publish snapshots" on: push: - branches: [ "main" ] + branches: [ "dockerfile-bellsoft-liberica" ] env: JAVA_VERSION: 21