Skip to content

Commit

Permalink
update branch for shared-actions and gha-tools to main
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 10, 2024
1 parent 9602a39 commit b7a1753
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ jobs:
outputs:
traceparent: ${{ steps.top-level-traceparent.outputs.traceparent }}
steps:
# Temporary until ci-imgs build with
# https://github.com/rapidsai/gha-tools/commit/8bd8fca71b5fae38b1493c547d15e73da40b32e1#diff-f1f054b2906bfd36ad706ed2fa6aa028fa529e65b25167e4ca7ca45546d59ed8R14
# is available. The PR is merged, but at time of writing, no ci-imgs builds have been released to pick it up.
- 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
git clone https://github.com/rapidsai/gha-tools.git /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
uses: rapidsai/shared-actions/telemetry-traceparent@main
pr-builder:
needs:
- telemetry-setup
Expand Down

0 comments on commit b7a1753

Please sign in to comment.