This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new e23332b  [infra] Show python version in GHA job names
e23332b is described below

commit e23332b09f911c96bc423a366578bf329a98ec94
Author: Xintong Song <tonysong...@gmail.com>
AuthorDate: Wed Sep 3 16:17:24 2025 +0800

    [infra] Show python version in GHA job names
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 749a85e..d0e0c33 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
         run: tools/ut.sh -j
 
   python_tests:
-    name: python tests on ${{ matrix.os }}
+    name: python tests on ${{ matrix.os }} ${{ matrix.python-version}}
     runs-on: ${{ matrix.os }}
     strategy:
       fail-fast: false
@@ -92,7 +92,7 @@ jobs:
         run: tools/ut.sh -p
 
   e2e_tests:
-    name: e2e tests on ${{ matrix.os }}
+    name: e2e tests on ${{ matrix.os }} ${{ matrix.python-version}}
     runs-on: ${{ matrix.os }}
     strategy:
       fail-fast: false

Reply via email to