ci: Remove API contracts generation step from autofix workflow (#35768)

This commit is contained in:
Asuka Minato 2026-05-02 18:30:54 +09:00 committed by GitHub
parent 54bde0bdf6
commit 955c25589d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |