feat: don't allow parallel runs

This commit is contained in:
Matthias 2024-10-31 19:26:18 +01:00
parent 889ab1fe43
commit acf2426d8b

View File

@ -9,6 +9,11 @@ on:
types: [published]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest