Skip to content

Commit

Permalink
Temporarily ignore .github changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 23, 2024
1 parent fd06a97 commit 875628c
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 @@ -69,15 +69,21 @@ jobs:
- '!java/**'
- '!notebooks/**'
- '!python/**'
# TODO: Remove this before merging
- '!.github/**'
python:
- '**'
- '!docs/**'
- '!java/**'
# TODO: Remove this before merging
- '!.github/**'
java:
- '**'
- '!docs/**'
- '!notebooks/**'
- '!python/**'
# TODO: Remove this before merging
- '!.github/**'
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
Expand Down

0 comments on commit 875628c

Please sign in to comment.