From c8be99dd2dec844232a5b9ec8e85405988dd5eed Mon Sep 17 00:00:00 2001 From: Ahn <27772165+ahnpnl@users.noreply.github.com> Date: Sun, 28 Aug 2022 17:52:48 +0200 Subject: [PATCH] build(devs-infra): finish step should run only when all tests finish (#3781) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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