mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix missing argument for style_check.py in master workflow
This commit is contained in:
parent
e437d3ae58
commit
38d4d66998
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
runner_type: style-checker
|
||||
run_command: |
|
||||
cd "$REPO_COPY/tests/ci"
|
||||
python3 style_check.py
|
||||
python3 style_check.py --no-push
|
||||
CompatibilityCheckX86:
|
||||
needs: [BuilderDebRelease]
|
||||
uses: ./.github/workflows/reusable_test.yml
|
||||
|
Loading…
Reference in New Issue
Block a user