Skip to content

Commit 22af6a0

Browse files
authored
Fix typo in main-build (#286)
1 parent cfe303e commit 22af6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
branch: ${{ github.ref_name }}
155155
workflow: main-build
156156
success: ${{ needs.test_Spring_App_With_Java_Agent.result == 'success' &&
157-
needs.test_Spark_App_With_Java_Agent.result }}' == 'success' &&
157+
needs.test_Spark_App_With_Java_Agent.result == 'success' &&
158158
needs.test_Spark_AWS_SDK_V1_App_With_Java_Agent.result == 'success' }}
159159
region: us-west-2
160160
secrets:

0 commit comments

Comments
 (0)