Skip to content

Commit

Permalink
adding workflow dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti authored Mar 7, 2024
1 parent eeb4863 commit 327865b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ on:
push:
branches:
- master
- kubernetes-1.27
workflow_dispatch:
inputs:
destroyCommand:
description: 'Type "destroy" to run the terraform_infra_destruction job.'
required: true
default: ''
jobs:
Input_validation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 327865b

Please sign in to comment.