Skip to content

Commit

Permalink
ci: remove lint step with ref to pull_request in release workflow (#219
Browse files Browse the repository at this point in the history
…) (#220)

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Nov 28, 2024
1 parent 74124fb commit 86db732
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
go-version: 1.19.13
cache: false

- name: Check if the chart follows a valid semver version
run: |
branch_name="${{ github.event.pull_request.base.ref }}"
./scripts/validate-chart-version.sh --branch $branch_name
- name: Check if the chart is publishable
run: |
TAG=${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 86db732

Please sign in to comment.