From 98719c9d9129015c60c9bad1fda0940623f79758 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 5 Jun 2025 13:17:02 +0200 Subject: [PATCH] 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 --- .github/workflows/fuzz.yml | 4 ---- 1 file changed, 4 deletions(-) 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: -- 2.47.2