Skip to content

fix: restore orphan adoption for sandbox child resources (#944) #594

fix: restore orphan adoption for sandbox child resources (#944)

fix: restore orphan adoption for sandbox child resources (#944) #594

Workflow file for this run

name: checks
on:
pull_request:
# Only run workflow on file changes related to this check
paths:
- 'docs/keps/**/*.md'
- 'dev/tools/update-toc'
- 'dev/tools/verify-toc'
- 'dev/tools/.notableofcontents'
- 'Makefile'
- '.github/workflows/check.yml'
push:
branches:
- 'release-*'
- 'master'
- 'main'
tags:
- 'v*'
# To cancel running workflow when new commits pushed in a pull request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
toc-update:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
name: Generate and format
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- run: make toc-update && git diff --exit-code