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