diff options
Diffstat (limited to '.github/workflows/analyze.yml')
| -rw-r--r-- | .github/workflows/analyze.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index ff7cc15a05..3b77870dd6 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -1,8 +1,5 @@ name: Static Analysis on: [push, pull_request, workflow_dispatch] -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true jobs: static-analysis: name: GCC-14 |
