Skip to content

Commit

Permalink
change shared actions ref
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Feb 26, 2025
1 parent d292304 commit d270639
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
SHARED_ACTIONS_REF: add-actions-summary

jobs:
pr-builder:
needs:
Expand Down Expand Up @@ -163,4 +166,4 @@ jobs:
continue-on-error: true
steps:
- name: Telemetry summarize
uses: rapidsai/shared-actions/telemetry-dispatch-summarize@add-actions-summary
uses: rapidsai/shared-actions/telemetry-dispatch-summarize@main

0 comments on commit d270639

Please sign in to comment.