Skip to content

Commit 213e145

Browse files
authored
Merge pull request #1157 from rapidsai/branch-0.45
Forward-merge branch-0.45 into branch-0.46
2 parents 3dada77 + d0a58d3 commit 213e145

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: pr
2-
32
on:
43
push:
54
branches:
65
- "pull-request/[0-9]+"
7-
86
concurrency:
97
group: ${{ github.workflow }}-${{ github.ref }}
108
cancel-in-progress: true
11-
129
jobs:
1310
pr-builder:
1411
needs:
@@ -80,3 +77,5 @@ jobs:
8077
steps:
8178
- name: Telemetry summarize
8279
uses: rapidsai/shared-actions/telemetry-dispatch-summarize@main
80+
env:
81+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)