This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 13a0a6579a5f97bcc9aed18534f7640c329fa6be Author: JingsongLi <[email protected]> AuthorDate: Wed Sep 10 15:47:36 2025 +0800 [ci] Rename to Python Check Code Style and Test --- .github/workflows/paimon-python-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/paimon-python-checks.yml b/.github/workflows/paimon-python-checks.yml index 3e7a05c710..789e3dd9d6 100644 --- a/.github/workflows/paimon-python-checks.yml +++ b/.github/workflows/paimon-python-checks.yml @@ -16,7 +16,7 @@ # limitations under the License. ################################################################################ -name: Check Code Style and Test +name: Python Check Code Style and Test on: push:
