Skip to content

Commit

Permalink
adding chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Oct 26, 2023
1 parent 93d85ca commit 6fea982
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
schedule:
- cron: "30 22 * * *"
workflow_dispatch:
inputs:
chart_version:
description: 'weave gitops enterprise chart version'
required: true
type: string

env:
MANAGEMENT_CLUSTER_TYPE: "kind"
CLUSTER_NAME: run-playwright-tests-${{ github.run_id }}
Expand Down

0 comments on commit 6fea982

Please sign in to comment.