We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe303e commit 22af6a0Copy full SHA for 22af6a0
.github/workflows/main-build.yml
@@ -154,7 +154,7 @@ jobs:
154
branch: ${{ github.ref_name }}
155
workflow: main-build
156
success: ${{ needs.test_Spring_App_With_Java_Agent.result == 'success' &&
157
- needs.test_Spark_App_With_Java_Agent.result }}' == 'success' &&
+ needs.test_Spark_App_With_Java_Agent.result == 'success' &&
158
needs.test_Spark_AWS_SDK_V1_App_With_Java_Agent.result == 'success' }}
159
region: us-west-2
160
secrets:
0 commit comments