There was an error while loading. Please reload this page.
1 parent bf8afe5 commit ab8bab0Copy full SHA for ab8bab0
1 file changed
.github/workflows/pr.yaml
@@ -70,6 +70,9 @@ jobs:
70
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@main
71
with:
72
files_yaml: |
73
+ build_devcontainer:
74
+ - '.devcontainer/**'
75
+ - '!.devcontainer/**/*.md'
76
build_docs:
77
- '**'
78
- '!.ai/**'
@@ -607,6 +610,12 @@ jobs:
607
610
env:
608
611
GH_TOKEN: ${{ github.token }}
609
612
devcontainer:
613
+ needs: changed-files
614
+ if: >-
615
+ fromJSON(needs.changed-files.outputs.changed_file_groups).build_devcontainer ||
616
+ fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp ||
617
+ fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda ||
618
+ fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_wheels
619
permissions:
620
actions: read
621
contents: read
0 commit comments