From 955c25589d7ca2b8ba44bb749ef89aefeaed4b80 Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Sat, 2 May 2026 18:30:54 +0900 Subject: [PATCH] ci: Remove API contracts generation step from autofix workflow (#35768) --- .github/workflows/autofix.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index e042272bca..76fbd18f47 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -116,10 +116,6 @@ jobs: if: github.event_name != 'merge_group' uses: ./.github/actions/setup-web - - name: Generate API contracts - if: github.event_name != 'merge_group' && steps.api-changes.outputs.any_changed == 'true' - run: pnpm --filter @dify/contracts gen-api-contract - - name: ESLint autofix if: github.event_name != 'merge_group' && steps.web-changes.outputs.any_changed == 'true' run: |