Skip to content

Commit

Permalink
Merge branch 'invalid-data-bug' of github.com:shrshi/cudf into invali…
Browse files Browse the repository at this point in the history
…d-data-bug
  • Loading branch information
shrshi committed Dec 16, 2024
2 parents 2936e7f + d5e1106 commit cab171d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
files_yaml: |
test_cpp:
- '**'
- '!.devcontainer/**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
Expand All @@ -71,6 +72,7 @@ jobs:
- '!python/**'
test_cudf_pandas:
- '**'
- '!.devcontainer/**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!docs/**'
Expand All @@ -79,6 +81,7 @@ jobs:
- '!notebooks/**'
test_java:
- '**'
- '!.devcontainer/**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
Expand All @@ -88,12 +91,14 @@ jobs:
- '!python/**'
test_notebooks:
- '**'
- '!.devcontainer/**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
- '!java/**'
test_python:
- '**'
- '!.devcontainer/**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!ci/cudf_pandas_scripts/**'
Expand Down

0 comments on commit cab171d

Please sign in to comment.