Skip to content

Commit

Permalink
update eni-max-pods sync workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbaker1 committed Jan 12, 2024
1 parent 3cf8461 commit 783f58c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/sync-eni-max-pods.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: '[Sync] Update eni-max-pods.txt'
name: "[Sync] Update eni-max-pods.txt"
on:
workflow_dispatch:
schedule:
# once a day
- cron: '0 0 * * *'
- cron: "0 0 * * *"
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -33,20 +33,20 @@ jobs:
set -o errexit
cd amazon-vpc-cni-k8s/
make generate-limits
cp misc/eni-max-pods.txt ../amazon-eks-ami/src/runtime/eni-max-pods.txt
cp misc/eni-max-pods.txt ../amazon-eks-ami/templates/shared/runtime/eni-max-pods.txt
- uses: peter-evans/create-pull-request@v4
with:
branch: update-eni-max-pods
path: amazon-eks-ami/
add-paths: files/eni-max-pods.txt
commit-message: "Update eni-max-pods.txt"
committer: "GitHub <noreply@github.com>"
author: "GitHub <noreply@github.com>"
labels: |
changelog/exclude
title: "Update eni-max-pods.txt"
body: |
Generated by [aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s):
```
make generate-limits
```
branch: update-eni-max-pods
path: amazon-eks-ami/
add-paths: templates/shared/runtime/eni-max-pods.txt
commit-message: "Update eni-max-pods.txt"
committer: "GitHub <noreply@github.com>"
author: "GitHub <noreply@github.com>"
labels: |
changelog/exclude
title: "Update eni-max-pods.txt"
body: |
Generated by [aws/amazon-vpc-cni-k8s](https://github.com/aws/amazon-vpc-cni-k8s):
```
make generate-limits
```

0 comments on commit 783f58c

Please sign in to comment.