Use concurrency setting for ci

This commit is contained in:
Matthias 2022-06-07 06:44:07 +02:00
parent b0037a6a54
commit 2d9abe3389

View File

@ -11,6 +11,10 @@ on:
release:
types: [ published ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ${{ matrix.os }}