mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:06:51 +08:00
ci: Remove API contracts generation step from autofix workflow (#35768)
This commit is contained in:
parent
54bde0bdf6
commit
955c25589d
4
.github/workflows/autofix.yml
vendored
4
.github/workflows/autofix.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user