Skip to content

chore: Adding AWSNodeTemplate Hash Annotation (#4308) #2

chore: Adding AWSNodeTemplate Hash Annotation (#4308)

chore: Adding AWSNodeTemplate Hash Annotation (#4308) #2

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