Skip to content

Commit

Permalink
Update build-packaging.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Zhang <[email protected]>
  • Loading branch information
Tom Zhang committed Feb 28, 2022
1 parent 4d3caf3 commit d74a101
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@ on:
BUILD_SMPE:
description: 'Build SMPE'
required: false
default: 'false'
default: false
type: boolean
BUILD_PSIANDSMPE:
description: 'Build PSI and SMPE'
required: false
default: 'false'
default: false
type: boolean
BUILD_DOCKER:
description: 'Build Docker'
required: false
default: 'false'
default: false
type: boolean
BUILD_DOCKER_SOURCES:
description: 'Build Docker sources'
required: false
default: 'false'
default: false
type: boolean
BUILD_KUBERNETES:
description: 'Build Kubernetes'
required: false
default: 'false'
default: false
type: boolean
KEEP_TEMP_PAX_FOLDER:
description: 'do we need to keep temp pax folder?'
required: false
default: 'false'
default: false
type: boolean
RANDOM_DISPATCH_EVENT_ID:
description: 'random dispatch event id'
Expand Down

0 comments on commit d74a101

Please sign in to comment.