From 48f1ad421c5c868991040b6dd85511b0695f4725 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 10 Mar 2026 09:44:40 +0000 Subject: [PATCH] Rename completion to completion-ci Made-with: Cursor --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()