Skip to content

test: Add v1beta1 testing for the garbage collection controller (#4… #447

test: Add v1beta1 testing for the garbage collection controller (#4…

test: Add v1beta1 testing for the garbage collection controller (#4… #447

Workflow file for this run

name: DocGenCI
on:
push:
branches: [main]
permissions:
id-token: write
jobs:
docgen-ci:
if: github.repository == 'aws/karpenter'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-deps
- uses: ./.github/actions/authenticate-aws
- run: make docgen
- run: make codegen
env:
ENABLE_GIT_PUSH: false