From 2d9abe338983eee611f09ee954748fe241f96048 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 7 Jun 2022 06:44:07 +0200 Subject: [PATCH] Use concurrency setting for ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f195fafe..6844210b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,10 @@ on: release: types: [ published ] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ${{ matrix.os }}