From 0bb51051494bbca8ae9f93bd03bf3258713e4db3 Mon Sep 17 00:00:00 2001 From: Appu Date: Wed, 22 Jan 2025 16:28:34 -0500 Subject: [PATCH] Make ci self sign test only run on non-forks Signed-off-by: Appu --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ccc1e085..33e4ae5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,6 +61,7 @@ jobs: run: ./gradlew build - name: Ensure sigstore-java self signing still works + if: ${{ !github.event.pull_request.head.repo.fork }} run: ./gradlew sigstore-java:publishToMavenLocal -Prelease -PskipPgpSigning - name: Test sigstore-java/sandbox