feat: Phase 3a — CI benchmark for prefill-heavy workload (Saturation V1, OpenShift) #732
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check Signed Commits | |
| on: pull_request_target | |
| jobs: | |
| signed-commits: | |
| uses: llm-d/llm-d-infra/.github/workflows/reusable-signed-commits.yml@main | |
| permissions: | |
| contents: read | |
| pull-requests: write |