Skip to content

Commit

Permalink
fix: revert CI path filters (langgenius#5561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly authored Jun 24, 2024
1 parent f8d97be commit 023dba9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ concurrency:

jobs:
python-style:
if: contains(github.event.pull_request.changed_files, 'api/')
name: Python Style
runs-on: ubuntu-latest

Expand Down Expand Up @@ -51,7 +50,6 @@ jobs:
run: echo "Please run 'dev/reformat' to fix the fixable linting errors."

web-style:
if: contains(github.event.pull_request.changed_files, 'web/')
name: Web Style
runs-on: ubuntu-latest
defaults:
Expand Down
1 change: 1 addition & 0 deletions api/controllers/console/app/model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ModelConfigResource(Resource):
@account_initialization_required
@get_app_model(mode=[AppMode.AGENT_CHAT, AppMode.CHAT, AppMode.COMPLETION])
def post(self, app_model):

"""Modify app model config"""
# validate config
model_configuration = AppModelConfigService.validate_configuration(
Expand Down

0 comments on commit 023dba9

Please sign in to comment.