Skip to content

Commit

Permalink
missing telemetry 'with' stuff in checks
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 17, 2024
1 parent 9ac837f commit d35230b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
needs: telemetry-setup
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@add-telemetry
with:
default_endpoint: "${{needs.telemetry-setup.outputs.endpoint}}"
traceparent: ${{ needs.telemetry-setup.outputs.traceparent }}
files_yaml: |
test_cpp:
- '**'
Expand Down Expand Up @@ -151,6 +153,8 @@ jobs:
with:
enable_check_generated_files: false
ignored_pr_jobs: "final_span_update"
default_endpoint: "${{needs.telemetry-setup.outputs.endpoint}}"
traceparent: ${{ needs.telemetry-setup.outputs.traceparent }}
conda-cpp-build:
needs:
- checks
Expand Down

0 comments on commit d35230b

Please sign in to comment.