Skip to content

Commit

Permalink
Make ci self sign test only run on non-forks
Browse files Browse the repository at this point in the history
Signed-off-by: Appu <appu@google.com>
  • Loading branch information
loosebazooka authored Jan 22, 2025
1 parent e101e4b commit 0bb5105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bb5105

Please # to comment.