Merge pull request #56691 from ClickHouse/fix-style-master

Fix missing argument for style_check.py in master workflow
This commit is contained in:
Mikhail f. Shiryaev 2023-11-13 19:02:14 +01:00 committed by GitHub
commit 648e0bd4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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