We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df6a48 commit c78a748Copy full SHA for c78a748
1 file changed
.github/workflows/pr.yaml
@@ -47,17 +47,13 @@ jobs:
47
- '!notebooks/**'
48
- '!python/**'
49
- '!thirdparty/LICENSES/**'
50
- # TODO: Remove before merging
51
- - '!.github/workflows/**'
52
test_notebooks:
53
- '**'
54
- '!.devcontainer/**'
55
- '!.pre-commit-config.yaml'
56
- '!CONTRIBUTING.md'
57
- '!README.md'
58
59
60
61
test_python:
62
63
@@ -68,8 +64,6 @@ jobs:
68
64
- '!img/**'
69
65
70
66
71
72
73
67
checks:
74
secrets: inherit
75
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
0 commit comments