From 7d04dc2a9cb79814c1ef100e4ca853cf9b601d09 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 6 Apr 2023 09:56:23 +0100 Subject: [PATCH] Update element-web.yaml --- .github/workflows/element-web.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/element-web.yaml b/.github/workflows/element-web.yaml index 5658f1c22f..b16bf030de 100644 --- a/.github/workflows/element-web.yaml +++ b/.github/workflows/element-web.yaml @@ -10,6 +10,9 @@ on: branches: [develop, master] repository_dispatch: types: [upstream-sdk-notify] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} + cancel-in-progress: true env: # These must be set for fetchdep.sh to get the right branch REPOSITORY: ${{ github.repository }}