Skip to content

Commit

Permalink
ci: dont publish on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed Jul 8, 2024
1 parent 11be1d0 commit 6713c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
build-scan-terms-of-use-agree: "yes"
add-job-summary-as-pr-comment: on-failure
- name: Build with Gradle
run: ./gradlew build publish --console=plain --info --build-cache --configure-on-demand --configuration-cache --parallel
run: ./gradlew build --console=plain --info --build-cache --configure-on-demand --configuration-cache --parallel
- uses: actions/upload-artifact@v4
name: 'Upload reports'
if: always()
Expand Down

0 comments on commit 6713c6c

Please sign in to comment.