Skip to content

Commit b3e0396

Browse files
committed
ci: fix dependency of run-tests
1 parent 70ccee2 commit b3e0396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
build-summary:
200200
name: Build summary
201201
runs-on: ubuntu-latest
202-
needs: [build-artifacts, publish-internal, upload-docs]
202+
needs: [build-artifacts, publish-internal, upload-docs, run-tests]
203203
if: always()
204204
steps:
205205
- name: Generate build summary

0 commit comments

Comments
 (0)