Skip to content

Commit

Permalink
Add 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 f4ee66e commit 915b235
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,17 @@ jobs:
- '!python/**'
- '!rust/**'
- '!thirdparty/LICENSES/**'
# TODO: Remove before merging
- '!.github/workflows/**'
test_notebooks:
- '**'
- '!.devcontainer/**'
- '!.pre-commit-config.yaml'
- '!README.md'
- '!rust/**'
- '!thirdparty/LICENSES/**'
# TODO: Remove before merging
- '!.github/workflows/**'
test_python:
- '**'
- '!.devcontainer/**'
Expand All @@ -62,6 +66,8 @@ jobs:
- '!notebooks/**'
- '!rust/**'
- '!thirdparty/LICENSES/**'
# TODO: Remove before merging
- '!.github/workflows/**'
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
Expand Down

0 comments on commit 915b235

Please sign in to comment.