From c1001e27940f3f3f0ccb067d3e209d37b54ed16b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 6 Apr 2023 09:57:51 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a6b818745..e839bbe3b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,6 +15,9 @@ on: type: string required: false description: "The matrix-js-sdk SHA to use" +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 }}