diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 922b3dab5..9744ed129 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -20,29 +20,29 @@ jobs: if: always() with: needs: ${{ toJSON(needs) }} - # changed-files: - # secrets: inherit - # uses: rapidsai/shared- workflows/.github/workflows/changed-files.yaml@branch-24.12 - # with: - # files_yaml: | - # test_notebooks: - # - '**' - # - '!.devcontainers/**' - # - '!CONTRIBUTING.md' - # - '!README.md' - # - '!docs/**' - # # TODO: Remove this before merging - # - '!.github/**' - # test_python: - # - '**' - # - '!.devcontainers/**' - # - '!CONTRIBUTING.md' - # - '!README.md' - # - '!docs/**' - # - '!img/**' - # - '!notebooks/**' - # # TODO: Remove this before merging - # - '!.github/**' + changed-files: + secrets: inherit + uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-24.12 + with: + files_yaml: | + test_notebooks: + - '**' + - '!.devcontainers/**' + - '!CONTRIBUTING.md' + - '!README.md' + - '!docs/**' + # TODO: Remove this before merging + - '!.github/**' + test_python: + - '**' + - '!.devcontainers/**' + - '!CONTRIBUTING.md' + - '!README.md' + - '!docs/**' + - '!img/**' + - '!notebooks/**' + # TODO: Remove this before merging + - '!.github/**' checks: secrets: inherit uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.12