Skip to content

Commit

Permalink
Merge branch 'master' into remove-sonobuoy-e2e-registry-override
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Jul 11, 2023
2 parents 882c5d9 + 070ddc3 commit 8e290ce
Show file tree
Hide file tree
Showing 35 changed files with 1,308 additions and 250 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- run: go install mvdan.cc/sh/v3/cmd/shfmt@latest
- run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: make test
21 changes: 0 additions & 21 deletions .github/workflows/stale-issues.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/sync-eni-max-pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.repository == 'awslabs/amazon-eks-ami'
runs-on: ubuntu-latest
steps:
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: ${{ secrets.AWS_REGION }}
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
Expand Down
Loading

0 comments on commit 8e290ce

Please sign in to comment.