Skip to content

Remove shim

Remove shim #4233

Workflow file for this run

name: Helm
on:
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
paths-ignore:
- docs/**
# Enable manual trigger for easier debugging
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: helm test
test-publish:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: helm publish --dry-run=true --tag=main