Skip to content

Commit 7b2bd26

Browse files
frostebiteclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 52bed19 commit 7b2bd26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/integrity-check.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ jobs:
3131
- run: bash <(curl -s https://codecov.io/bash)
3232
- run: yarn build || { echo "build command should always succeed" ; exit 61; }
3333
# - run: yarn build --quiet && git diff --quiet dist || { echo "dist should be auto generated" ; git diff dist ; exit 62; }
34-
35-
orchestrator:
36-
name: Orchestrator Integrity
37-
uses: ./.github/workflows/orchestrator-integrity.yml
38-
secrets: inherit

0 commit comments

Comments
 (0)