updating github action workflow
This commit is contained in:
2
.github/workflows/api_build.yaml
vendored
2
.github/workflows/api_build.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: 'API Build and Deploy'
|
name: 'API Build'
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
4
.github/workflows/app_build.yaml
vendored
4
.github/workflows/app_build.yaml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: 'App Build and Deploy'
|
name: 'App Build'
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
calling_workflow:
|
environment_name:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
version_number:
|
version_number:
|
||||||
|
|||||||
Reference in New Issue
Block a user