From 7a6f6051dbcd480379b83ffe278b18faef5c4415 Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Thu, 10 Oct 2024 08:11:05 -0500 Subject: [PATCH] tweak branch for shared action --- .github/workflows/pr.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c8ce646cc..9b087349a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -16,11 +16,11 @@ jobs: telemetry-setup: runs-on: ubuntu-latest outputs: - traceparent: ${{ steps.telemetry-setup.outputs.traceparent }} + traceparent: ${{ steps.top-level-traceparent.outputs.traceparent }} steps: - name: Telemetry setup - id: telemetry-setup - uses: rapidsai/shared-actions/telemetry-setup@main + id: top-level-traceparent + uses: msarahan/shared-actions/telemetry-traceparent@telemetry-summarize pr-builder: needs: # - changed-files @@ -75,7 +75,6 @@ jobs: build_type: pull-request traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} default_endpoint: "https://136.49.91.190:4318" - traces_exporters: "otlp" # conda-cpp-tests: # needs: [conda-cpp-build, changed-files] # secrets: inherit