From 4a2f0a4df40a987860656d2aacfd61a6fd4bba4b Mon Sep 17 00:00:00 2001 From: Jayant-kernel Date: Sat, 7 Mar 2026 15:52:03 +0530 Subject: [PATCH] Fix CI badge to show release event status instead of push The build badge was showing as failed because it defaulted to the 'push' event, where releasing.yml had no recent successful runs. Added event=release parameter so the badge reflects the correct workflow trigger status. Fixes #643 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a1a5289..74e0f378 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _PyTorch Tabular_ provides a unified interface to deep learning architectures fo | **Open Source** | [![MIT](https://img.shields.io/github/license/pytorch-tabular/pytorch_tabular)](https://github.com/pytorch-tabular/pytorch_tabular/blob/master/LICENSE) [![GC.OS Sponsored](https://img.shields.io/badge/GC.OS-Sponsored%20Project-orange.svg?style=flat&colorA=0eac92&colorB=2077b4)](https://gc-os-ai.github.io/) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/manujosephv/pytorch_tabular/issues) | | **Tutorials** | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/manujosephv/pytorch_tabular/blob/main/docs/tutorials/01-Basic_Usage.ipynb) | | **Community** | [![!discord](https://img.shields.io/static/v1?logo=discord&label=discord&message=chat&color=lightgreen)](https://discord.com/invite/54ACzaFsn7) [![!slack](https://img.shields.io/static/v1?logo=linkedin&label=LinkedIn&message=news&color=lightblue)](https://www.linkedin.com/company/german-center-for-open-source-ai/) | -| **CI/CD** | [![github-actions](https://img.shields.io/github/actions/workflow/status/pytorch-tabular/pytorch_tabular/releasing.yml?logo=github)](https://github.com/pytorch-tabular/pytorch_tabular/actions/workflows/releasing.yml) [![readthedocs](https://img.shields.io/readthedocs/pytorch-tabular?logo=readthedocs)](https://pytorch-tabular.readthedocs.io) | +| **CI/CD** | [![github-actions](https://img.shields.io/github/actions/workflow/status/pytorch-tabular/pytorch_tabular/releasing.yml?logo=github&event=release)](https://github.com/pytorch-tabular/pytorch_tabular/actions/workflows/releasing.yml) [![readthedocs](https://img.shields.io/readthedocs/pytorch-tabular?logo=readthedocs)](https://pytorch-tabular.readthedocs.io) | | **Code** | [![!pypi](https://img.shields.io/pypi/v/pytorch-tabular?color=orange)](https://pypi.org/project/pytorch-tabular/) [![!conda](https://img.shields.io/conda/vn/conda-forge/pytorch-tabular)](https://anaconda.org/conda-forge/pytorch-tabular) [![!python-versions](https://img.shields.io/pypi/pyversions/pytorch-tabular)](https://www.python.org/) [![!black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | | **Downloads** | ![PyPI - Downloads](https://img.shields.io/pypi/dw/pytorch-tabular) ![PyPI - Downloads](https://img.shields.io/pypi/dm/pytorch-tabular) [![Downloads](https://static.pepy.tech/personalized-badge/pytorch-tabular?period=total&units=international_system&left_color=grey&right_color=blue&left_text=cumulative%20(pypi))](https://pepy.tech/project/pytorch-tabular) | | **Citation** | [![DOI](https://zenodo.org/badge/321584367.svg)](https://zenodo.org/badge/latestdoi/321584367) |