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

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


The following commit(s) were added to refs/heads/main by this push:
     new a90de86fe80 Better name for constraints job and steps (#52716)
a90de86fe80 is described below

commit a90de86fe80cc766fc4ceec5142dad8052b085be
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Jul 2 22:05:38 2025 +0200

    Better name for constraints job and steps (#52716)
    
    * Shorter name for job to fit in the left panel
    * More descriptive name for step so that you can see python and
      constraints used straight there.
---
 .github/workflows/finalize-tests.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/finalize-tests.yml 
b/.github/workflows/finalize-tests.yml
index 2535d29c5f0..8d8565add51 100644
--- a/.github/workflows/finalize-tests.yml
+++ b/.github/workflows/finalize-tests.yml
@@ -136,7 +136,7 @@ jobs:
     runs-on: ${{ fromJSON(inputs.runners) }}
     needs: [update-constraints]
     if: inputs.upgrade-to-newer-dependencies == 'true' && inputs.platform == 
'linux/amd64'
-    name: "Dependencies ${{ matrix.python-version }}:${{ 
matrix.constraints-mode }}"
+    name: "Deps ${{ matrix.python-version }}:${{ matrix.constraints-mode }}"
     strategy:
       matrix:
         python-version: ${{ fromJson(inputs.python-versions) }}
@@ -157,7 +157,7 @@ jobs:
           platform: ${{ inputs.platform }}
           python: ${{ matrix.python-version }}
           use-uv: ${{ inputs.use-uv }}
-      - name: "Dependency upgrade summary"
+      - name: "Deps: ${{ matrix.python-version }}:${{ matrix.constraints-mode 
}}"
         shell: bash
         run: >
           breeze release-management constraints-version-check

Reply via email to