Skip to content

chore: add k8sattributes processor for cluster metrics and events #129

chore: add k8sattributes processor for cluster metrics and events

chore: add k8sattributes processor for cluster metrics and events #129

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
pull_request_target:
types:
- labeled
jobs:
unittest:
if: |
(github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork && github.event.pull_request.user.login != 'dependabot[bot]' && ! contains(github.event.pull_request.labels.*.name, 'safe-to-test')) ||
(github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'safe-to-test'))
uses: signoz/primus.workflows/.github/workflows/helm-unittest.yaml@main
secrets: inherit
with:
PRIMUS_REF: main