ci: remove concurrency check for valgrind workflow
This commit is contained in:
4
.github/workflows/valgrind-analysis.yml
vendored
4
.github/workflows/valgrind-analysis.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user