From 7af1a194915b385b3c434e9ff2596ccffee81fe6 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 23 Feb 2023 18:43:10 +0000 Subject: [PATCH] Do not build more than one deltachat-rpc-server at a time --- .github/workflows/deltachat-rpc-server.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index 0cf842f16..72c3dc919 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -2,6 +2,10 @@ name: Build deltachat-rpc-server binaries +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + on: workflow_dispatch: