Merge pull request #4 from Pantalones411/feature/CICD
Update build to allow manual execution
This commit is contained in:
commit
a34bbb92c0
10
.github/workflows/catalog-api.yml
vendored
10
.github/workflows/catalog-api.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: catalog-api
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/identity-api.yml
vendored
10
.github/workflows/identity-api.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: identity-api
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/mobileshoppingagg.yml
vendored
10
.github/workflows/mobileshoppingagg.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: mobileshoppingagg
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/ordering-api.yml
vendored
10
.github/workflows/ordering-api.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: ordering-api
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/ordering-backgroundtasks.yml
vendored
10
.github/workflows/ordering-backgroundtasks.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: ordering-backgroundtasks
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/ordering-signalrhub.yml
vendored
10
.github/workflows/ordering-signalrhub.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: ordering-signalrhub
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/payment-api.yml
vendored
10
.github/workflows/payment-api.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: payment-api
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/webhooks-api.yml
vendored
10
.github/workflows/webhooks-api.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: webhooks-api
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/webhooks-client.yml
vendored
10
.github/workflows/webhooks-client.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: webhooks-client
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/webmvc.yml
vendored
10
.github/workflows/webmvc.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: webmvc
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/webshoppingagg.yml
vendored
10
.github/workflows/webshoppingagg.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: webshoppingagg
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/webspa.yml
vendored
10
.github/workflows/webspa.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: webspa
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
10
.github/workflows/webstatus.yml
vendored
10
.github/workflows/webstatus.yml
vendored
@ -1,6 +1,16 @@
|
||||
name: webstatus
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Inputs the workflow accepts.
|
||||
inputs:
|
||||
name:
|
||||
# Friendly description to be shown in the UI instead of 'name'
|
||||
description: 'exec name'
|
||||
# Default value if no value is explicitly provided
|
||||
default: 'default execution'
|
||||
# Input has to be provided for the workflow to run
|
||||
required: false
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user