Skip to content

Commit 1b48806

Browse files
committed
build: exclude edc-build from publish
1 parent 20383df commit 1b48806

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

.github/workflows/nightly.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55

66
jobs:
77

8-
Run-Tests:
9-
uses: ./.github/workflows/verify.yaml
10-
secrets: inherit
11-
128
Publish:
13-
needs: [ Run-Tests ]
149
uses: eclipse-edc/.github/.github/workflows/nightly.yml@main
1510
secrets: inherit

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ on:
55

66
jobs:
77

8-
Run-Tests:
9-
uses: ./.github/workflows/verify.yaml
10-
secrets: inherit
11-
128
Release:
13-
needs: [ Run-Tests ]
149
uses: eclipse-edc/.github/.github/workflows/release.yml@main
1510
secrets: inherit

plugins/edc-build/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ sourceSets {
4747
}
4848
}
4949
}
50+
51+
edcBuild {
52+
publish.set(false)
53+
}

0 commit comments

Comments
 (0)