-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove temporary ignore of .github directory
- Loading branch information
1 parent
2ac5586
commit 59d4cf8
Showing
1 changed file
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,16 +55,12 @@ jobs: | |
- '!notebooks/**' | ||
- '!python/**' | ||
- '!readme_pages/**' | ||
# TODO: Remove this before merging | ||
- '!.github/**' | ||
test_notebooks: | ||
- '**' | ||
- '!.devcontainers/**' | ||
- '!CONTRIBUTING.md' | ||
- '!README.md' | ||
- '!docs/**' | ||
# TODO: Remove this before merging | ||
- '!.github/**' | ||
test_python: | ||
- '**' | ||
- '!.devcontainers/**' | ||
|
@@ -73,8 +69,6 @@ jobs: | |
- '!docs/**' | ||
- '!img/**' | ||
- '!notebooks/**' | ||
# TODO: Remove this before merging | ||
- '!.github/**' | ||
checks: | ||
secrets: inherit | ||
uses: rapidsai/shared-workflows/.github/workflows/[email protected] | ||
|