update kro.md docs with kube-bind CRD label #579
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"' |