From c78a74874ff8636180ad1576b876bb60d0888436 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Thu, 3 Oct 2024 13:01:32 -0400 Subject: [PATCH] Remove temporary exclusion of .github/workflows/ (#6097) Follow-up to https://github.com/rapidsai/cuml/pull/6094 --- .github/workflows/pr.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 844d611804..1ca4589500 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -47,8 +47,6 @@ jobs: - '!notebooks/**' - '!python/**' - '!thirdparty/LICENSES/**' - # TODO: Remove before merging - - '!.github/workflows/**' test_notebooks: - '**' - '!.devcontainer/**' @@ -56,8 +54,6 @@ jobs: - '!CONTRIBUTING.md' - '!README.md' - '!thirdparty/LICENSES/**' - # TODO: Remove before merging - - '!.github/workflows/**' test_python: - '**' - '!.devcontainer/**' @@ -68,8 +64,6 @@ jobs: - '!img/**' - '!notebooks/**' - '!thirdparty/LICENSES/**' - # TODO: Remove before merging - - '!.github/workflows/**' checks: secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.12