Skip to content

Add bulk check for data manager in the PDP #244

Add bulk check for data manager in the PDP

Add bulk check for data manager in the PDP #244

name: Helm test
on:
pull_request:
paths-ignore:
- 'charts/pdp/**' # Ignore changes in 'charts/pdp' directory
jobs:
helm_test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Skipping helm_test workflow
run: echo "Skipping helm_test since 'charts/pdp' has not been touched"