From f161049b0366096e03fe38d35b0c418e141447b7 Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Fri, 5 Jun 2026 09:52:37 +0300 Subject: [PATCH 1/2] CI: package-verification.yml -> ci.yml --- .github/workflows/{package-verification.yml => ci.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{package-verification.yml => ci.yml} (100%) diff --git a/.github/workflows/package-verification.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/package-verification.yml rename to .github/workflows/ci.yml diff --git a/README.md b/README.md index 425e2e2e..d615d367 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres/.github/workflows/package-verification.yml?label=CI)](https://github.com/postgrespro/testgres/actions/workflows/package-verification.yml) +[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres/.github/workflows/ci.yml?label=CI)](https://github.com/postgrespro/testgres/actions/workflows/ci.yml) [![PyPI package version](https://badge.fury.io/py/testgres.svg)](https://badge.fury.io/py/testgres) [![PyPI python versions](https://img.shields.io/pypi/pyversions/testgres)](https://pypi.org/project/testgres) [![PyPI downloads](https://img.shields.io/pypi/dm/testgres)](https://pypi.org/project/testgres) From 20f6c2a0d61ac0faebccb1c7be1df2fd17487ccd Mon Sep 17 00:00:00 2001 From: "d.kovalenko" Date: Fri, 5 Jun 2026 09:55:40 +0300 Subject: [PATCH 2/2] ci.yml is updated (name) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index beedfe8c..3d2f69cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Run Package Verifications +name: CI on: push: