Skip to content

Commit

Permalink
Change naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 31, 2024
1 parent d7d0607 commit 85977fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@changed-files
with:
files_yaml: |
cpp:
test_cpp:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
Expand All @@ -55,20 +55,20 @@ jobs:
- '!java/**'
- '!notebooks/**'
- '!python/**'
java:
test_java:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!docs/**'
- '!img/**'
- '!notebooks/**'
- '!python/**'
notebooks:
test_notebooks:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!java/**'
python:
test_python:
- '**'
- '!CONTRIBUTING.md'
- '!README.md'
Expand Down

0 comments on commit 85977fa

Please sign in to comment.