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

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


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new aecf0d29f28 [v2-10-test] Fix tests badge in README.md (#44505) (#44587)
aecf0d29f28 is described below

commit aecf0d29f280a2aa563dc9541f070cc7f67428de
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 3 22:58:10 2024 +0200

    [v2-10-test] Fix tests badge in README.md (#44505) (#44587)
    
    * [v2-10-test] Fix tests badge in README.md (#44505)
    (cherry picked from commit a242ff6edb51db6e8ac1ced72b5bf327dd98c1b4)
    
    Co-authored-by: Shahar Epstein <[email protected]>
    
    * Adjust badge to `v2-10-test` branch
    
    * Update README.md
    
    * Fix PYPI README.md
    
    ---------
    
    Co-authored-by: Shahar Epstein <[email protected]>
---
 README.md                | 2 +-
 generated/PYPI_README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 48f14272618..1b18d254780 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 # Apache Airflow
 
 [![PyPI 
version](https://badge.fury.io/py/apache-airflow.svg)](https://badge.fury.io/py/apache-airflow)
-[![GitHub 
Build](https://github.com/apache/airflow/workflows/Tests/badge.svg)](https://github.com/apache/airflow/actions)
+[![GitHub 
Build](https://github.com/apache/airflow/actions/workflows/ci.yml/badge.svg?branch=v2-10-test)](https://github.com/apache/airflow/actions/workflows/ci.yml?query=branch%3Av2-10-test)
 [![Coverage 
Status](https://codecov.io/gh/apache/airflow/graph/badge.svg?token=WdLKlKHOAU)](https://codecov.io/gh/apache/airflow)
 
[![License](https://img.shields.io/:license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
 [![PyPI - Python 
Version](https://img.shields.io/pypi/pyversions/apache-airflow.svg)](https://pypi.org/project/apache-airflow/)
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index c2d98860bcd..61db78efe3b 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -23,7 +23,7 @@ PROJECT BY THE `generate-pypi-readme` PRE-COMMIT. YOUR 
CHANGES HERE WILL BE AUTO
 # Apache Airflow
 
 [![PyPI 
version](https://badge.fury.io/py/apache-airflow.svg)](https://badge.fury.io/py/apache-airflow)
-[![GitHub 
Build](https://github.com/apache/airflow/workflows/Tests/badge.svg)](https://github.com/apache/airflow/actions)
+[![GitHub 
Build](https://github.com/apache/airflow/actions/workflows/ci.yml/badge.svg?branch=v2-10-test)](https://github.com/apache/airflow/actions/workflows/ci.yml?query=branch%3Av2-10-test)
 [![Coverage 
Status](https://codecov.io/gh/apache/airflow/graph/badge.svg?token=WdLKlKHOAU)](https://codecov.io/gh/apache/airflow)
 
[![License](https://img.shields.io/:license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
 [![PyPI - Python 
Version](https://img.shields.io/pypi/pyversions/apache-airflow.svg)](https://pypi.org/project/apache-airflow/)

Reply via email to