From 4490e6ef862b543334e7a22811d6686252137d6b Mon Sep 17 00:00:00 2001 From: Nuno Nobre Date: Fri, 27 Dec 2024 14:57:44 +0000 Subject: [PATCH] Fix workflow status badge in the readme --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 266927a6..e07fbebc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Run Github CI tests. +name: GitHub CI tests on: [push, pull_request] diff --git a/README.md b/README.md index 107856bc..581f46a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SuperLU_DIST (version 9.1.0) superlu -[![Build Status](https://travis-ci.org/xiaoyeli/superlu_dist.svg?branch=master)](https://travis-ci.org/xiaoyeli/superlu_dist) +[![Build Status](https://github.com/xiaoyeli/superlu_dist/actions/workflows/test.yml/badge.svg)](https://github.com/xiaoyeli/superlu_dist/actions/workflows/test.yml) [Nightly tests](http://my.cdash.org/index.php?project=superlu_dist) SuperLU_DIST contains a set of subroutines to solve a sparse linear system @@ -51,7 +51,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) # SuperLU_DIST (version 9.1.0) superlu -[![Build Status](https://travis-ci.org/xiaoyeli/superlu_dist.svg?branch=master)](https://travis-ci.org/xiaoyeli/superlu_dist) +[![Build Status](https://github.com/xiaoyeli/superlu_dist/actions/workflows/test.yml/badge.svg)](https://github.com/xiaoyeli/superlu_dist/actions/workflows/test.yml) [Nightly tests](http://my.cdash.org/index.php?project=superlu_dist) SuperLU_DIST contains a set of subroutines to solve a sparse linear system