Skip to content

Commit

Permalink
disable checks
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 3, 2024
1 parent b84d866 commit 18f02b8
Showing 1 changed file with 53 additions and 53 deletions.
106 changes: 53 additions & 53 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,61 +55,61 @@ 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_cpp:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
- '!docs/**'
- '!img/**'
- '!java/**'
- '!notebooks/**'
- '!python/**'
test_cudf_pandas:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!docs/**'
- '!img/**'
- '!java/**'
- '!notebooks/**'
test_java:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
- '!docs/**'
- '!img/**'
- '!notebooks/**'
- '!python/**'
test_notebooks:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
- '!java/**'
test_python:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
- '!docs/**'
- '!img/**'
- '!java/**'
- '!notebooks/**'
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.12
with:
enable_check_generated_files: false
# changed-files:
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-24.12
# with:
# files_yaml: |
# test_cpp:
# - '**'
# - '!CONTRIBUTING.md'
# - '!README.md'
# - '!ci/cudf_pandas_scripts/**'
# - '!docs/**'
# - '!img/**'
# - '!java/**'
# - '!notebooks/**'
# - '!python/**'
# test_cudf_pandas:
# - '**'
# - '!CONTRIBUTING.md'
# - '!README.md'
# - '!docs/**'
# - '!img/**'
# - '!java/**'
# - '!notebooks/**'
# test_java:
# - '**'
# - '!CONTRIBUTING.md'
# - '!README.md'
# - '!ci/cudf_pandas_scripts/**'
# - '!docs/**'
# - '!img/**'
# - '!notebooks/**'
# - '!python/**'
# test_notebooks:
# - '**'
# - '!CONTRIBUTING.md'
# - '!README.md'
# - '!ci/cudf_pandas_scripts/**'
# - '!java/**'
# test_python:
# - '**'
# - '!CONTRIBUTING.md'
# - '!README.md'
# - '!ci/cudf_pandas_scripts/**'
# - '!docs/**'
# - '!img/**'
# - '!java/**'
# - '!notebooks/**'
# checks:
# secrets: inherit
# uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.12
# with:
# enable_check_generated_files: false
conda-cpp-build:
needs:
- checks
# - checks
- telemetry-setup
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@add-telemetry
Expand Down

0 comments on commit 18f02b8

Please sign in to comment.