From b819dfa306fd5d6a7656e628f631cfd8c5e6e0ef Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Wed, 2 Sep 2026 23:28:56 +0900 Subject: [PATCH] Pin the CI test badge to the master branch Without a branch filter the badge reflects the most recent test.yaml run on any branch, including pull_request runs from forks, which always fail because fork PRs receive no OIDC credentials for AWS. Point the badge (and its link) at master so it reports the actual CI status. Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fabbeafa..91bd1829 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![PyPI - Version](https://badge.fury.io/py/pyathena.svg)](https://badge.fury.io/py/pyathena) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/PyAthena.svg)](https://pypi.org/project/PyAthena/) [![PyPI - Downloads](https://static.pepy.tech/badge/pyathena/month)](https://pepy.tech/project/pyathena) -[![CI - Test](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml/badge.svg)](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml) +[![CI - Test](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml/badge.svg?branch=master)](https://github.com/pyathena-dev/PyAthena/actions/workflows/test.yaml?query=branch%3Amaster) [![CD - Docs](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml/badge.svg)](https://github.com/pyathena-dev/PyAthena/actions/workflows/docs.yaml) [![License - MIT](https://img.shields.io/pypi/l/PyAthena.svg)](https://github.com/pyathena-dev/PyAthena/blob/master/LICENSE) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)