Skip to content

seed commit workflow #1

seed commit workflow

seed commit workflow #1

Workflow file for this run

name: Commit
on:
push:
jobs:
COMMIT:
runs-on: gcp-k8s-vllm-util
steps:
- name: set python
uses: actions/setup-python@v5
with:
python-version: '3.12.5'
- name: checkout
uses: actions/checkout@v4