Skip to content

Commit 2d72b1f

Browse files
committed
chore: add go proxy Hydrate github action
1 parent 27b3c92 commit 2d72b1f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-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

0 commit comments

Comments
 (0)