wip: update test-spec for ksm v2.16 privileged only #2247
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
| # This action requires that any PR should touch at | |
| # least one CHANGELOG file. | |
| name: changelog | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, labeled, unlabeled] | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| check-changelog: | |
| uses: newrelic/k8s-agents-automation/.github/workflows/reusable-changelog.yml@main |