mirror of
https://github.com/curl/curl.git
synced 2026-07-26 12:57:18 +03:00
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:
parent
0b2619cb7f
commit
98719c9d91
1 changed files with 0 additions and 4 deletions
4
.github/workflows/fuzz.yml
vendored
4
.github/workflows/fuzz.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue