We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf35c66 commit 8e3e3bdCopy full SHA for 8e3e3bd
.github/workflows/main-build.yml
@@ -151,7 +151,7 @@ jobs:
151
repository: ${{ github.repository }}
152
branch: ${{ github.ref_name }}
153
workflow: main-build
154
- success: ${{ needs.integration-test.result == 'success' && needs.python-runtime-test.result == 'success' && needs.java-runtime-test.result == 'success' && needs.nodejs-runtime-test == 'success' }}
+ success: ${{ needs.integration-test.result == 'success' && needs.python-runtime-test.result == 'success' && needs.java-runtime-test.result == 'success' && needs.nodejs-runtime-test.result == 'success' }}
155
region: us-west-2
156
secrets:
157
roleArn: ${{ secrets.METRICS_ROLE_ARN }}
0 commit comments