From cefc73b1e26cb1762aa2e73c0c3e7744ec3e9fcf Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Thu, 3 Aug 2023 11:32:47 +0200 Subject: [PATCH] Update ci-selftests.yml --- .github/workflows/ci-selftests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-selftests.yml b/.github/workflows/ci-selftests.yml index fa2833260..d86856e74 100644 --- a/.github/workflows/ci-selftests.yml +++ b/.github/workflows/ci-selftests.yml @@ -15,6 +15,10 @@ on: # - cron: '15 13 * * 3' workflow_dispatch: +concurrency: + group: ${{ github.workflow }}-${{ github.ref_name }} + cancel-in-progress: true + jobs: build-n-test: runs-on: ubuntu-22.04