fuzzer: get the deadlock unstuck

Change the workflow name to change the concurrency lock name so
that the invoked Fuzzer workflow does no longer lock the same name.

Closes #17541
This commit is contained in:
Stefan Eissing 2025-06-05 13:17:02 +02:00 committed by Daniel Stenberg
parent 0b2619cb7f
commit 98719c9d91
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -35,10 +35,6 @@ name: Fuzzer
- 'tests/data/**'
- 'winbuild/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs: