]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fuzzer: get the deadlock unstuck
authorStefan Eissing <stefan@eissing.org>
Thu, 5 Jun 2025 11:17:02 +0000 (13:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Jun 2025 11:49:46 +0000 (13:49 +0200)
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

.github/workflows/fuzz.yml

index fc647d887b007eef090a20954753d4f2074d75ee..cee02c2f03f632c0d1e3eac80d9fe36c25989f08 100644 (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: