Skip to content

Commit 80df219

Browse files
feat(CI/CD): stub workflow for CPU-based vLLM image generation (#138)
Create a stub workflow to test PR #129. Approved-by: rhdedgar
1 parent 3442b6b commit 80df219

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
name: Build CPU-only vLLM Image
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
placeholder:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "This is a placeholder job to make the workflow discoverable by the GitHub API."

0 commit comments

Comments
 (0)