mirror of
https://github.com/curl/curl.git
synced 2026-06-03 19:44:16 +03:00
GHA/fuzz: try fixing concurrency group deadlock
```
Fuzzer
Canceling since a deadlock was detected for concurrency group:
'Fuzzer-82fa9862dfa3083d4014d6dcfb721a7278e66f0b' between a top level workflow and 'Fuzzing'
```
https://github.com/curl/curl/actions/runs/18778617351
Follow-up to 82fa9862df #19215
This commit is contained in:
parent
82fa9862df
commit
87ab1cd255
1 changed files with 2 additions and 1 deletions
3
.github/workflows/fuzz.yml
vendored
3
.github/workflows/fuzz.yml
vendored
|
|
@ -36,7 +36,8 @@ name: 'Fuzzer'
|
|||
- 'tests/data/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
||||
# Hard-coded workflow name to avoid colliding with curl-fuzzer's group
|
||||
group: curl-fuzz-${{ github.event.pull_request.number || github.sha }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue