From e0452088495c7cf63c716788e32b6a5682584ae1 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 18 Jan 2025 09:38:53 +0000 Subject: [PATCH] Fix build status badge in README --- .github/workflows/build-test.yml | 2 ++ README.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2dabedb34..0c194a13c 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -2,6 +2,8 @@ name: Build and test on: [push, pull_request] +concurrency: ${{ github.workflow }}-${{ github.ref }} + jobs: build-ubuntu: name: Ubuntu 22.04 diff --git a/README.md b/README.md index 441384a33..7a603ca7b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ ### Synopsis -[![Build -Status](https://github.com/nickg/nvc/workflows/Build%20and%20test/badge.svg?branch=master)](https://github.com/nickg/nvc/actions) +[![Build Status](https://github.com/nickg/nvc/actions/workflows/build-test.yml/badge.svg?branch=master&event=push)](https://github.com/nickg/nvc/actions) [![Coverage Status](https://coveralls.io/repos/github/nickg/nvc/badge.svg?branch=master)](https://coveralls.io/github/nickg/nvc?branch=master) NVC is a [VHDL](https://en.wikipedia.org/wiki/VHDL) compiler and