Merge pull request #53 from cpfarhood/feat/helm-github-pages

feat: switch Helm repo to GitHub Pages
This commit was merged in pull request #53.
This commit is contained in:
2026-02-25 08:55:27 -05:00
committed by GitHub
5 changed files with 100 additions and 65 deletions
-3
View File
@@ -17,9 +17,6 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
# Skip builds triggered by release-unified.yaml commits (github-actions[bot])
# to prevent racing with the release workflow's own Docker build
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' || github.actor != 'github-actions[bot]'
permissions:
contents: read
packages: write