Skip to content

Fix bug: Hanging on "Wait for remaining nodes to be ready - no CNI" when using external CNI #360

Fix bug: Hanging on "Wait for remaining nodes to be ready - no CNI" when using external CNI

Fix bug: Hanging on "Wait for remaining nodes to be ready - no CNI" when using external CNI #360

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
- name: Run pre-commit
uses: pre-commit/action@v3.0.1