From f381d113ceadd6d43e657ee7c93d8a6490aba7c2 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenko Date: Thu, 18 Jun 2026 09:36:29 +0300 Subject: [PATCH] CI: package-verification.yml -> ci.yml (unification) --- .github/workflows/{package-verification.yml => ci.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{package-verification.yml => ci.yml} (99%) diff --git a/.github/workflows/package-verification.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/package-verification.yml rename to .github/workflows/ci.yml index 494a499..8544cdb 100644 --- a/.github/workflows/package-verification.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: diff --git a/README.md b/README.md index f2aadda..9a31588 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres.pg_conf/.github/workflows/package-verification.yml?label=CI)](https://github.com/postgrespro/testgres.pg_conf/actions/workflows/package-verification.yml) +[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/testgres.pg_conf/.github/workflows/ci.yml?label=CI)](https://github.com/postgrespro/testgres.pg_conf/actions/workflows/ci.yml) [![PyPI package version](https://badge.fury.io/py/testgres_postgres-configuration.svg)](https://badge.fury.io/py/testgres.postgres-configuration) [![PyPI python versions](https://img.shields.io/pypi/pyversions/testgres_postgres_configuration)](https://pypi.org/project/testgres.postgres-configuration)