Skip to content

Commit c78a748

Browse files
Remove temporary exclusion of .github/workflows/ (#6097)
Follow-up to #6094
1 parent 4df6a48 commit c78a748

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,13 @@ jobs:
4747
- '!notebooks/**'
4848
- '!python/**'
4949
- '!thirdparty/LICENSES/**'
50-
# TODO: Remove before merging
51-
- '!.github/workflows/**'
5250
test_notebooks:
5351
- '**'
5452
- '!.devcontainer/**'
5553
- '!.pre-commit-config.yaml'
5654
- '!CONTRIBUTING.md'
5755
- '!README.md'
5856
- '!thirdparty/LICENSES/**'
59-
# TODO: Remove before merging
60-
- '!.github/workflows/**'
6157
test_python:
6258
- '**'
6359
- '!.devcontainer/**'
@@ -68,8 +64,6 @@ jobs:
6864
- '!img/**'
6965
- '!notebooks/**'
7066
- '!thirdparty/LICENSES/**'
71-
# TODO: Remove before merging
72-
- '!.github/workflows/**'
7367
checks:
7468
secrets: inherit
7569
uses: rapidsai/shared-workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)