From 3d13b9d1fc7d72534511eb7ab01e2b6309f6c101 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 2 Dec 2022 15:21:24 -0500 Subject: [PATCH] Update PR Workflow Because of the changes in https://github.com/rapidsai/shared-action-workflows/pull/24, we need to update the `rmm` PR workflow accordingly. Similar to https://github.com/rapidsai/cudf/pull/12296. --- .github/workflows/pr.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index fd1ab511e..3ddb08dd7 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -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: