Skip to content

Commit c1e06b9

Browse files
authored
Update PR Workflow (rapidsai#1174)
Because of the changes in rapidsai/shared-workflows#24, we need to update the `rmm` PR workflow accordingly. Similar to rapidsai/cudf#12296.
1 parent 8a01696 commit c1e06b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ concurrency:
1111

1212
jobs:
1313
pr-builder:
14+
needs:
15+
- checks
16+
- conda-cpp-build
17+
- conda-cpp-tests
18+
- conda-python-build
19+
- conda-python-tests
1420
secrets: inherit
1521
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@main
1622
checks:

0 commit comments

Comments
 (0)