Skip to content
Merged
Prev Previous commit
Next Next commit
Parametrize the CIFuzz job names
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
sethmlarson and webknjaz authored Jan 14, 2026
commit 0f0b28db44881ce7d7336b1e289245391219353c
5 changes: 4 additions & 1 deletion .github/workflows/reusable-cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ on:

jobs:
cifuzz:
name: CIFuzz
name: >-
${{ inputs.oss-fuzz-project-name }}
/
Comment thread
sethmlarson marked this conversation as resolved.
Outdated
${{ inputs.sanitizer }}
Comment thread
sethmlarson marked this conversation as resolved.
Outdated
runs-on: ubuntu-latest
timeout-minutes: ${{ inputs.timeout-minutes }}
Comment thread
sethmlarson marked this conversation as resolved.
Outdated
steps:
Expand Down
Loading