Skip to content

Commit a614ecc

Browse files
authored
ci: Update build.yml workflow
1 parent faca687 commit a614ecc

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,18 @@ on:
77

88
workflow_dispatch:
99
inputs:
10-
summary:
11-
description: 'Release Summary'
12-
required: false
13-
type: string
14-
default: ''
15-
sandbox:
16-
description: 'Deploy to Sandbox'
17-
default: true
18-
required: true
19-
type: boolean
2010
deploy:
2111
description: 'Deploy to K8S'
2212
default: 'Skip'
2313
required: true
2414
type: choice
2515
options:
26-
- None
16+
- Skip
2717
- Staging Only
2818
- Staging + Prod
29-
deployProd:
30-
description: 'Deploy to Prod'
31-
default: false
19+
sandbox:
20+
description: 'Deploy to Sandbox'
21+
default: true
3222
required: true
3323
type: boolean
3424
sandboxNoDbRefresh:
@@ -286,7 +276,7 @@ jobs:
286276
repoCommon: common
287277
version: ${{needs.prepare.outputs.pkg_version}}
288278
changelog: ${{ steps.changelog.outputs.changes }}
289-
summary: ${{ github.event.inputs.summary }}
279+
summary: ''
290280
coverageResultsPath: coverage.json
291281
histCoveragePath: historical-coverage.json
292282

0 commit comments

Comments
 (0)