Skip to content

Commit

Permalink
install gha-tools until new scripts are merged
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 10, 2024
1 parent fe8806e commit 9602a39
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 @@ -18,6 +18,10 @@ jobs:
outputs:
traceparent: ${{ steps.top-level-traceparent.outputs.traceparent }}
steps:
- name: Download gha-tools with git clone
run: |
git clone https://github.com/msarahan/gha-tools.git -b add-telemetry-traceparent-scripts /tmp/gha-tools
echo "/tmp/gha-tools/tools" >> "${GITHUB_PATH}"
- name: Telemetry setup
id: top-level-traceparent
uses: rapidsai/shared-actions/telemetry-traceparent@add-telemetry
Expand Down

0 comments on commit 9602a39

Please sign in to comment.