Skip to content

Commit

Permalink
Disable codecov and only run on liberica images.
Browse files Browse the repository at this point in the history
(cherry picked from commit 73e7134)
  • Loading branch information
tech-6 committed Nov 27, 2024
1 parent 21f2f72 commit 8adc663
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Publish snapshots"
on:
push:
branches: [ "main" ]
branches: [ "dockerfile-bellsoft-liberica" ]

env:
JAVA_VERSION: 21
Expand Down

0 comments on commit 8adc663

Please sign in to comment.