Skip to content

ddtrace/tracer: adding support of tags in remote sampling rules. #5697

ddtrace/tracer: adding support of tags in remote sampling rules.

ddtrace/tracer: adding support of tags in remote sampling rules. #5697

Workflow file for this run

name: Pull Request Tests
on:
pull_request:
branches:
- "**"
merge_group:
push:
branches:
- 'mq-working-branch-**'
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
unit-integration-tests:
name: PR Unit and Integration Tests
uses: ./.github/workflows/unit-integration-tests.yml
with:
go-version: "1.20"
ref: ${{ github.ref }}
secrets: inherit