We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477ef01 commit 0d11881Copy full SHA for 0d11881
.github/workflows/pr.yaml
@@ -153,7 +153,7 @@ jobs:
153
conda-cpp-tests:
154
needs: [conda-cpp-build, changed-files]
155
secrets: inherit
156
- uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@Matt711:revert-yesterdays-commits
+ uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@revert-yesterdays-commits
157
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
158
with:
159
build_type: pull-request
0 commit comments