We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b5164 commit 334b8e8Copy full SHA for 334b8e8
1 file changed
.github/workflows/ci-spring-cloud.yaml
@@ -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