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 }}