Skip to content

Commit 6f9d6bd

Browse files
committed
updating action.yml
1 parent f132602 commit 6f9d6bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/patch-dependencies/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ runs:
7070

7171
- name: Setup Gradle
7272
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a #4.4.3
73-
if: ${{ env.patch_otel_java == 'true' && inputs.run_tests == 'false' }}
7473

7574
- name: Build opentelemetry-java
7675
if: ${{ env.patch_otel_java == 'true' && inputs.run_tests == 'false' }}
@@ -84,9 +83,9 @@ runs:
8483

8584
- name: Build opentelemetry-java-contrib with tests
8685
uses: gradle/actions/setup-gradle@ed408507eac070d1f99cc633dbcf757c94c7933a #4.4.3
87-
if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
8886

8987
- name: Build opentelemetry-java-contrib without tests
88+
if: ${{ env.patch_otel_java_contrib == 'true' && inputs.run_tests != 'false' }}
9089
build-root-directory: opentelemetry-java-contrib
9190
run: ./gradlew build publishToMavenLocal
9291

0 commit comments

Comments
 (0)