Skip to content

Commit

Permalink
chore(charts): move charts
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Jan 11, 2024
1 parent 8395aa8 commit 5c2152d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ name: Release
jobs:
release-name-check:
if: ${{ !startsWith(github.event.release.tag_name, 'chart/') }}
run: echo "prereleasing since it is not a chart related tag"
steps:
- run: echo "prereleasing since it is not a chart related tag"
build:
needs: [release-name-check]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c2152d

Please sign in to comment.