Skip to content

test: Wait for a second on cleanup to let the caches catch-up (#4528) #398

test: Wait for a second on cleanup to let the caches catch-up (#4528)

test: Wait for a second on cleanup to let the caches catch-up (#4528) #398

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@v3
- uses: ./.github/actions/install-deps
- uses: ./.github/actions/authenticate-aws
- run: make docgen
- run: make codegen
env:
ENABLE_GIT_PUSH: false