Skip to content

Commit 8adc663

Browse files
committed
Disable codecov and only run on liberica images.
(cherry picked from commit 73e7134)
1 parent 21f2f72 commit 8adc663

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
with:
4040
arguments: ":reposilite-backend:testCoverage"
4141

42-
- name: "Upload coverage to Codecov"
43-
uses: codecov/codecov-action@v2
44-
with:
45-
files: "./reposilite-backend/build/reports/jacoco/reposilite-backend-report.xml"
46-
fail_ci_if_error: false
42+
# - name: "Upload coverage to Codecov"
43+
# uses: codecov/codecov-action@v2
44+
# with:
45+
# files: "./reposilite-backend/build/reports/jacoco/reposilite-backend-report.xml"
46+
# fail_ci_if_error: false

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Publish snapshots"
33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "dockerfile-bellsoft-liberica" ]
66

77
env:
88
JAVA_VERSION: 21

0 commit comments

Comments
 (0)