Skip to content

Commit 7907709

Browse files
authored
Merge pull request #634 from michaelhtm/chore/addpostsubmitgoproxyhydrate
chore: add go proxy Hydrate github action
2 parents ece3195 + 2971fa3 commit 7907709

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.github/workflows/postsubmit.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Hydrate Go Proxy
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
call-hydrate-go-proxy:
10+
uses: aws-controllers-k8s/.github/.github/workflows/reusable-postsubmit.yaml@main

pkg/generate/ack/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import (
2525

2626
var (
2727
releaseTemplatePaths = []string{
28+
".github/workflows/postsubmit.yaml.tpl",
2829
"config/controller/kustomization.yaml.tpl",
2930
"helm/templates/cluster-role-binding.yaml.tpl",
3031
"helm/templates/cluster-role-controller.yaml.tpl",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Hydrate Go Proxy
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
call-hydrate-go-proxy:
10+
uses: aws-controllers-k8s/.github/.github/workflows/reusable-postsubmit.yaml@main

0 commit comments

Comments
 (0)