File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : fuzz
22on :
33 pull_request :
4- branches :
5- - main
4+ branches : [ 'main', 'release/**' ]
65
76permissions :
87 contents : read # for actions/checkout to fetch code
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: e2e
22on :
33 pull_request :
44 push :
5- branches :
6- - main
5+ branches : [ 'main', 'release/**' ]
76
87permissions :
98 contents : read # for actions/checkout to fetch code
3736 - name : Setup Kubernetes
3837 uses : helm/kind-action@fa81e57adff234b2908110485695db0f181f3c67 # v1.7.0
3938 with :
39+ version : v0.20.0
4040 cluster_name : kind
41+ node_image : kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
4142 - name : Setup Kustomize
4243 uses : fluxcd/pkg/actions/kustomize@main
4344 - name : Run tests
Original file line number Diff line number Diff line change 77 inputs :
88 tag :
99 description : ' image tag prefix'
10- default : ' rc '
10+ default : ' preview '
1111 required : true
1212
1313permissions :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: scan
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ ' main', 'release/**' ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ ' main', 'release/**' ]
88 schedule :
99 - cron : ' 18 10 * * 3'
1010
You can’t perform that action at this time.
0 commit comments