Skip to content

Enhance scheduling to respect MachinePool Ready condition #3156

Enhance scheduling to respect MachinePool Ready condition

Enhance scheduling to respect MachinePool Ready condition #3156

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v7
with:
go-version-file: 'go.mod'
- name: Run make test
run: make test-only