ci: remove concurrency check for valgrind workflow

This commit is contained in:
sithlord48
2026-02-12 10:38:36 -05:00
committed by Nick Bolton
parent 68f867b914
commit 9dc76c1caf

View File

@ -4,10 +4,6 @@ on:
workflow_dispatch:
workflow_call:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
valgrind-analysis:
runs-on: ubuntu-latest