Skip to content

Commit

Permalink
Merge pull request #840 from bcgov/feature/chart-release-on-main
Browse files Browse the repository at this point in the history
Revert previous change to Helm Release workflow
  • Loading branch information
esune authored Sep 25, 2023
2 parents bcbd441 + 8094263 commit 3bf76d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/chart_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
tags:
- 'v*'
workflow_dispatch:
inputs:
ref:
description: 'ref to checkout:'
required: false
default: 'main'

jobs:
# Sometimes chart-releaser might fetch an outdated index.yaml from gh-pages, causing a WAW hazard on the repo
Expand Down Expand Up @@ -37,7 +32,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.inputs.ref }}
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 3bf76d3

Please sign in to comment.