Skip to content

chore(deps): bump the sdk-python group in /sdk/python/runtime with 2 updates #2

chore(deps): bump the sdk-python group in /sdk/python/runtime with 2 updates

chore(deps): bump the sdk-python group in /sdk/python/runtime with 2 updates #2

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:
# runs-on: "${{ github.repository == 'dagger/dagger' && 'dagger-g2-v0-13-5-4c' || 'ubuntu-latest' }}"
runs-on: "ubuntu-latest"
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: "helm lint"
uses: ./.github/actions/call
with:
function: "helm lint"
- name: "helm test"
uses: ./.github/actions/call
with:
function: "helm test"
- name: "helm test publish"
uses: ./.github/actions/call
with:
function: "helm publish --dry-run=true --tag=main"