fix: mark ec2nodeclass as NotReady when validation is bypassed (#7404) #601
This file contains 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: PostSubmit | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
postsubmit: | |
if: github.repository == 'aws/karpenter-provider-aws' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/install-deps | |
- name: hydrate-goproxy | |
run: | | |
mkdir -p hydrate-goproxy | |
cd hydrate-goproxy | |
go mod init hydrate-goproxy | |
go get "github.com/${GITHUB_REPOSITORY}@${GITHUB_SHA}" |