Skip to content

Commit 8e3e3bd

Browse files
authored
Fix publish status for nodejs main-build workflow (#1043)
1 parent bf35c66 commit 8e3e3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
repository: ${{ github.repository }}
152152
branch: ${{ github.ref_name }}
153153
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' }}
154+
success: ${{ needs.integration-test.result == 'success' && needs.python-runtime-test.result == 'success' && needs.java-runtime-test.result == 'success' && needs.nodejs-runtime-test.result == 'success' }}
155155
region: us-west-2
156156
secrets:
157157
roleArn: ${{ secrets.METRICS_ROLE_ARN }}

0 commit comments

Comments
 (0)