Skip to content

Commit

Permalink
set SHARED_ACTIONS_REF for summarize action
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Dec 23, 2024
1 parent b084340 commit 9ae12bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ jobs:
needs: pr-builder
if: ${{ vars.TELEMETRY_ENABLED == 'true' && !cancelled() }}
continue-on-error: true
env:
SHARED_ACTIONS_REPO: 'msarahan/shared-actions'
SHARED_ACTIONS_REF: 'extract-run-attempt-from-trace-id'
steps:
- name: Telemetry summarize
uses: rapidsai/shared-actions/telemetry-dispatch-summarize@main

0 comments on commit 9ae12bf

Please sign in to comment.