From 7b2bd2638e5eab7730ec419a14d1281e6955323e Mon Sep 17 00:00:00 2001 From: frostebite Date: Tue, 10 Mar 2026 06:10:37 +0000 Subject: [PATCH] fix(ci): remove reference to deleted orchestrator-integrity.yml The orchestrator job in integrity-check.yml called the deleted orchestrator-integrity.yml workflow, causing CI failure. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/integrity-check.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/integrity-check.yml b/.github/workflows/integrity-check.yml index 0332e828..5d0b09f6 100644 --- a/.github/workflows/integrity-check.yml +++ b/.github/workflows/integrity-check.yml @@ -31,8 +31,3 @@ jobs: - run: bash <(curl -s https://codecov.io/bash) - run: yarn build || { echo "build command should always succeed" ; exit 61; } # - run: yarn build --quiet && git diff --quiet dist || { echo "dist should be auto generated" ; git diff dist ; exit 62; } - - orchestrator: - name: Orchestrator Integrity - uses: ./.github/workflows/orchestrator-integrity.yml - secrets: inherit