Skip to content

Commit c8be99d

Browse files
authored
build(devs-infra): finish step should run only when all tests finish (#3781)
1 parent 3749c8f commit c8be99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
finish:
7474
permissions:
7575
checks: write # for coverallsapp/github-action to create new checks
76-
needs: test-ubuntu
76+
needs: [test-ubuntu, test-windows]
7777
runs-on: ubuntu-latest
7878
steps:
7979
- name: Coveralls finished

0 commit comments

Comments
 (0)