Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 396b510

Browse files
committed
chore: add workflow dispatch to the gha [skip ci]
1 parent 5b3206e commit 396b510

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ on:
1111
required: true
1212
AWS_REGION:
1313
required: true
14-
14+
workflow_dispatch:
15+
inputs:
16+
deployment_stage:
17+
description: Environment where to deploy the stack (dev, staging)
18+
type: environment
19+
required: true
1520
env:
1621
pulumi_stack_organization: virtualfinland
1722

0 commit comments

Comments
 (0)