Skip to content

Commit

Permalink
ci: or-2583 add inputs to labmda workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 27, 2025
1 parent b0c8eba commit e24c15f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/manual-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Manual Lambda deploy

on:
workflow_dispatch:
environment:
description: 'Select the environment to deploy to'
required: true
type: choice
options:
- test_ik4
- staging_ik4
- production_ik4
inputs:
environment:
description: 'Select the environment to deploy to'
required: true
type: choice
options:
- test_ik4
- staging_ik4
- production_ik4

jobs:
deployment:
Expand Down

0 comments on commit e24c15f

Please sign in to comment.