Skip to content

Clear spec.node_name before creating the new pod #23

Clear spec.node_name before creating the new pod

Clear spec.node_name before creating the new pod #23

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Pre-commit
uses: pre-commit/action@v3.0.0