Do not build more than one deltachat-rpc-server at a time

This commit is contained in:
link2xt
2023-02-23 18:43:10 +00:00
parent d0a7e5f1b7
commit 7af1a19491

View File

@@ -2,6 +2,10 @@
name: Build deltachat-rpc-server binaries
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
workflow_dispatch: