Skip to content

Commit

Permalink
Update PR Workflow (#1174)
Browse files Browse the repository at this point in the history
Because of the changes in rapidsai/shared-workflows#24, we need to update the `rmm` PR workflow accordingly.

Similar to rapidsai/cudf#12296.
  • Loading branch information
ajschmidt8 authored Dec 2, 2022
1 parent 8a01696 commit c1e06b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ concurrency:

jobs:
pr-builder:
needs:
- checks
- conda-cpp-build
- conda-cpp-tests
- conda-python-build
- conda-python-tests
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/pr-builder.yaml@main
checks:
Expand Down

0 comments on commit c1e06b9

Please sign in to comment.