Skip to content

Commit 334b8e8

Browse files
authored
Create ci-spring-cloud.yaml
Signed-off-by: Oleg Zhurakousky <oleg.zhurakousky@broadcom.com>
1 parent 96b5164 commit 334b8e8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Spring Cloud Release (Test)
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
your-name:
6+
description: 'Your name'
7+
required: true
8+
default: Unknown
9+
jobs:
10+
#BUILD
11+
spring-cloud-build:
12+
uses: spring-cloud/spring-cloud-build/.github/workflows/ci.yaml@main
13+
#FUNCTION
14+
spring-cloud-function:
15+
needs: spring-cloud-build
16+
uses: spring-cloud/spring-cloud-function/.github/workflows/ci.yaml@main

0 commit comments

Comments
 (0)