diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38cc497d8c..44a2e98b4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: finish: permissions: checks: write # for coverallsapp/github-action to create new checks - needs: test-ubuntu + needs: [test-ubuntu, test-windows] runs-on: ubuntu-latest steps: - name: Coveralls finished