From 5509b252c399fccdf794e57412f545026a5e4e0f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 6 Apr 2023 09:57:24 +0100 Subject: [PATCH] Update static_analysis.yaml --- .github/workflows/static_analysis.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index d8b3f71fec..dfcab66887 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -5,6 +5,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 }}