Skip to content

Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 in /tools in the tools group #2682

Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 in /tools in the tools group

Bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 in /tools in the tools group #2682

Workflow file for this run

---
name: Branch Checks
on:
pull_request:
permissions: {}
jobs:
target_branch:
name: PR targets branch
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets devel
if: ${{ github.base_ref != 'devel' }}
run: exit 1