Skip to content

Commit

Permalink
Disable artefact publish from pr build (no signatory)
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Mar 24, 2023
1 parent 7298d0a commit c700c41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
# Only cache for main build
cache-read-only: true
arguments: build publishToMavenLocal
arguments: |
build
--scan
- name: Upload Test coverage report
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c700c41

Please sign in to comment.