File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
templates/.github/workflows Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import (
2525
2626var (
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" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments