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

ephraimanierobi pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit c4dc56878f377b312460eed1d0be2c080af8fc03
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Sep 27 13:11:58 2022 +0200

    Make build-images workflow name dynamic (#26690)
    
    As of today you can dynamically name your build-images workflow.
    This will be nice change to be able to distinguish the "tests"
    from build images workflows.
    
    (cherry picked from commit 2536c00111516a8373b183f5c9173e9771f08326)
---
 .github/workflows/build-images.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build-images.yml 
b/.github/workflows/build-images.yml
index c497db74d9..a2a28cbed1 100644
--- a/.github/workflows/build-images.yml
+++ b/.github/workflows/build-images.yml
@@ -17,6 +17,8 @@
 #
 ---
 name: "Build Images"
+run-name: >
+  Build images for ${{ github.event.pull_request.title }} ${{ 
github.event.pull_request._links.html.href }}
 on:  # yamllint disable-line rule:truthy
   pull_request_target:
 permissions:

Reply via email to