PER-11681 fix helm publish gh pages #335
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |