Skip to content

Commit

Permalink
Add changed-files
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 14, 2024
1 parent 2217ffb commit 01ef220
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@ jobs:
if: always()
with:
needs: ${{ toJSON(needs) }}
# changed-files:
# secrets: inherit
# uses: rapidsai/shared- workflows/.github/workflows/[email protected]
# with:
# files_yaml: |
# test_notebooks:
# - '**'
# - '!.devcontainers/**'
# - '!CONTRIBUTING.md'
# - '!README.md'
# - '!docs/**'
# # TODO: Remove this before merging
# - '!.github/**'
# test_python:
# - '**'
# - '!.devcontainers/**'
# - '!CONTRIBUTING.md'
# - '!README.md'
# - '!docs/**'
# - '!img/**'
# - '!notebooks/**'
# # TODO: Remove this before merging
# - '!.github/**'
changed-files:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
files_yaml: |
test_notebooks:
- '**'
- '!.devcontainers/**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!docs/**'
# TODO: Remove this before merging
- '!.github/**'
test_python:
- '**'
- '!.devcontainers/**'
- '!CONTRIBUTING.md'
- '!README.md'
- '!docs/**'
- '!img/**'
- '!notebooks/**'
# TODO: Remove this before merging
- '!.github/**'
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
Expand Down

0 comments on commit 01ef220

Please sign in to comment.