Skip to content

Commit

Permalink
tweak branch for shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 10, 2024
1 parent ab52f18 commit 7a6f605
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a6f605

Please sign in to comment.