Skip to content

Fix goroutine leak in monitor workOne due to unbuffered channel #4721

Fix goroutine leak in monitor workOne due to unbuffered channel

Fix goroutine leak in monitor workOne due to unbuffered channel #4721

Workflow file for this run

name: ci-python
on:
push:
tags:
- v*
branches:
- master
- azext-aro-*
pull_request:
permissions:
contents: read
jobs:
validate-python:
runs-on: ubuntu-latest
container:
image: registry.access.redhat.com/ubi9/python-311:latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: validate
run: |
make test-python
hack/ci-utils/isClean.sh