Skip to content

update kro.md docs with kube-bind CRD label #579

update kro.md docs with kube-bind CRD label

update kro.md docs with kube-bind CRD label #579

Workflow file for this run

name: CI
# To satisfy required status checks for docs-only changes, configure jobs that match those in ci.yaml that
# always return true.
on:
pull_request:
branches:
- main
- 'release-*'
paths:
- "docs/**"
- "**/*.md"
- ".github/ISSUE_TEMPLATE/*"
- ".goreleaser.yaml"
- "contrib/manifests/**"
push:
tags:
- 'v*'
jobs:
go-test-e2e:
name: go-test-e2e
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
go-test:
name: go-test
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
lint:
name: lint
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
verify:
name: verify
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'