Skip to content

Commit 0f0b28d

Browse files
Parametrize the CIFuzz job names
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
1 parent 407847a commit 0f0b28d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/reusable-cifuzz.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ on:
2020

2121
jobs:
2222
cifuzz:
23-
name: CIFuzz
23+
name: >-
24+
${{ inputs.oss-fuzz-project-name }}
25+
/
26+
${{ inputs.sanitizer }}
2427
runs-on: ubuntu-latest
2528
timeout-minutes: ${{ inputs.timeout-minutes }}
2629
steps:

0 commit comments

Comments
 (0)