Skip to content

Commit 0bb5105

Browse files
authored
Make ci self sign test only run on non-forks
Signed-off-by: Appu <[email protected]>
1 parent e101e4b commit 0bb5105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: ./gradlew build
6262

6363
- name: Ensure sigstore-java self signing still works
64+
if: ${{ !github.event.pull_request.head.repo.fork }}
6465
run: ./gradlew sigstore-java:publishToMavenLocal -Prelease -PskipPgpSigning
6566

6667
- name: Test sigstore-java/sandbox

0 commit comments

Comments
 (0)