Skip to content

Commit

Permalink
testing gha again
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed May 8, 2024
1 parent 78d4b09 commit 20a2187
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Release Helm Charts

on:
workflow_dispatch:
inputs:
commit_sha:
required: true
type: string
default: ""
description: "Release commit SHA"

jobs:
release:
Expand All @@ -17,7 +11,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: "${{ github.event.inputs.commit_sha }}"

- name: Configure Git
run: |
Expand Down

0 comments on commit 20a2187

Please sign in to comment.