Skip to content

Commit 62b7427

Browse files
committed
[CI] Update PR GHA to skip signing always
Updates the GHA PR workflow (ci-pr.yml) to skip signing always. This allows sanity checking pre-release version number updates w/o attempting to sign the bits as that fails due to no secrets available to PRs. Signed-off-by: onobc <chris.bono@gmail.com>
1 parent d44e4de commit 62b7427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
cache: maven
3131
- name: Build, test, and run samples (Java ${{ matrix.javaVersion }} ${{ matrix.distribution }})
3232
run: |
33-
./mvnw -B clean install
33+
./mvnw -B clean install-Dgpg.skip=true
3434
- name: Upload Build Reports (Java ${{ matrix.javaVersion }} ${{ matrix.distribution }})
3535
if: failure()
3636
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)