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

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 429d7ee10 CI/main: re-add commit message to `run_name` (#3668)
429d7ee10 is described below

commit 429d7ee107bb7b5416df5616c4384b5e3c792443
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Feb 4 14:07:32 2026 +0100

    CI/main: re-add commit message to `run_name` (#3668)
    
    The default `run_name` value is, in case of `push` events, the commit 
message. This change re-adds the commit message.
---
 .github/workflows/ci-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml
index ad37556ea..57da3e57f 100644
--- a/.github/workflows/ci-main.yml
+++ b/.github/workflows/ci-main.yml
@@ -18,7 +18,7 @@
 #
 
 name: CI/main
-run-name: CI/${{github.ref_name}}
+run-name: CI/${{github.ref_name}} ${{github.event.head_commit.message}}
 
 on:
   push:

Reply via email to