Skip to content

Commit

Permalink
ci: Update build.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Jun 26, 2024
1 parent 32e4d0b commit b3b2fa1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
default: false
required: true
type: boolean
sandbox:
description: 'Deploy to Sandbox'
default: true
required: true
type: boolean
deploy:
description: 'Deploy to K8S'
default: 'Skip'
Expand All @@ -26,11 +31,6 @@ on:
options:
- iabwww
- ietfwww
sandbox:
description: 'Deploy to Sandbox'
default: true
required: true
type: boolean

jobs:
# -----------------------------------------------------------------
Expand Down

0 comments on commit b3b2fa1

Please sign in to comment.