Skip to content

Commit

Permalink
Remove temporary exclusion of .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Oct 3, 2024
1 parent 8136371 commit 6d92242
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,13 @@ jobs:
- '!notebooks/**'
- '!python/**'
- '!thirdparty/LICENSES/**'
# TODO: Remove before merging
- '!.github/workflows/**'
test_notebooks:
- '**'
- '!.devcontainer/**'
- '!.pre-commit-config.yaml'
- '!CONTRIBUTING.md'
- '!README.md'
- '!thirdparty/LICENSES/**'
# TODO: Remove before merging
- '!.github/workflows/**'
test_python:
- '**'
- '!.devcontainer/**'
Expand All @@ -67,8 +63,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
Expand Down

0 comments on commit 6d92242

Please sign in to comment.