File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
.github/actions/patch-dependencies Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ runs:
8383 if : ${{ env.patch_otel_java == 'true' }}
8484 shell : bash
8585
86- - name : Build opentelemetry-java-contrib with tests
87- uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
88- if : ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
89- with :
90- arguments : build publishToMavenLocal --scan --no-daemon
91- build-root-directory : opentelemetry-java-contrib
86+ # - name: Build opentelemetry-java-contrib with tests
87+ # uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa #v2
88+ # if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
89+ # with:
90+ # arguments: build publishToMavenLocal --scan --no-daemon
91+ # build-root-directory: opentelemetry-java-contrib
9292
9393 - name : Build opentelemetry-java-contrib
9494 uses : gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
You can’t perform that action at this time.
0 commit comments