Skip to content

Commit

Permalink
Merge pull request #398 from percona/EVEREST-1511-fix-release-ci
Browse files Browse the repository at this point in the history
Skip Everest from automated releases
  • Loading branch information
mayankshah1607 authored Oct 29, 2024
2 parents dcfa25c + 4d9482c commit 28bf9f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
fetch-depth: 0

- name: Remove skipped charts
run: |
rm -rf charts/everest
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 28bf9f2

Please sign in to comment.