Skip to content

Commit

Permalink
Re-enable auto version bump (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
omris94 authored Jul 17, 2024
1 parent 30ed684 commit c0e56e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
bump-chart-versions:
name: Bump chart versions
runs-on: ubuntu-latest
if: "false"
if: "!contains(github.event.head_commit.message, '[nobump]')"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c0e56e8

Please sign in to comment.