diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bcec038c2..3ef0b6799 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -314,7 +314,7 @@ jobs: if: ${{ failure() }} # Final completion check - completion: + completion-ci: needs: [ci-tests, skip-tests, windows-tests, coverage] runs-on: ubuntu-latest if: always()