Skip to content

Commit

Permalink
ci: rename pixi workflow to build to get a nicer badge in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed Jul 9, 2024
1 parent 4966c41 commit 9284c89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pixi.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pixi
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Post coverage comment

on:
workflow_run:
workflows: ["pixi"]
workflows: ["build"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
-->

[![latest-docs](https://img.shields.io/badge/docs-latest-orange.svg)](https://gridtk.readthedocs.io/en/latest/)
[![build](https://github.com/idiap/gridtk/actions/workflows/pixi.yml/badge.svg)](https://github.com/idiap/gridtk/actions/workflows/pixi.yml)
[![build](https://github.com/idiap/gridtk/actions/workflows/build.yml/badge.svg)](https://github.com/idiap/gridtk/actions/workflows/build.yml)
[![coverage](https://raw.githubusercontent.com/idiap/gridtk/python-coverage-comment-action-data/badge.svg)](https://htmlpreview.github.io/?https://github.com/idiap/gridtk/blob/python-coverage-comment-action-data/htmlcov/index.html)
[![repository](https://img.shields.io/badge/github-project-0000c0.svg)](https://github.com/idiap/gridtk)

Expand Down

0 comments on commit 9284c89

Please sign in to comment.