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 4, 2024
1 parent 717894a commit a3e3bab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,13 @@ jobs:
- '!.pre-commit-config.yaml'
- '!CONTRIBUTING.md'
- '!README.md'
# TODO: Remove this before merging
- '!.github/workflows/**'
test_python:
- '**'
- '!.pre-commit-config.yaml'
- '!CONTRIBUTING.md'
- '!README.md'
- '!docs/**'
- '!notebooks/**'
# TODO: Remove this before merging
- '!.github/workflows/**'
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
Expand Down

0 comments on commit a3e3bab

Please sign in to comment.