develop to main - additional network policy to allow other infra pods to communicate with appstore pod #20
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
| # On pull request, ensure helm-docs is being run | |
| name: Run-Helm-Docs | |
| on: | |
| pull_request: | |
| types: [ opened, synchronize ] | |
| paths-ignore: | |
| - .github/workflows/* | |
| - .github/* | |
| jobs: | |
| run-helm-docs: | |
| uses: helxplatform/helx-github-actions/.github/workflows/run-helm-docs.yml@main | |
| secrets: inherit |