fix: useless CI style checks (#5559)

This commit is contained in:
Yeuoly 2024-06-24 23:31:54 +08:00 committed by GitHub
parent 0c352eef2d
commit f8d97be932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ concurrency:
jobs:
python-style:
if: contains(github.event.pull_request.changed_files, 'api/')
name: Python Style
runs-on: ubuntu-latest
@ -50,6 +51,7 @@ 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: