From: Stefan Eissing Date: Thu, 5 Jun 2025 11:17:02 +0000 (+0200) Subject: fuzzer: get the deadlock unstuck X-Git-Tag: curl-8_15_0~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98719c9d9129015c60c9bad1fda0940623f79758;p=thirdparty%2Fcurl.git 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 --- diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index fc647d887b..cee02c2f03 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -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: