mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: revert CI path filters (#5561)
This commit is contained in:
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
@@ -11,7 +11,6 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
python-style:
|
||||
if: contains(github.event.pull_request.changed_files, 'api/')
|
||||
name: Python Style
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user