Skip to content

Commit

Permalink
Update script input name (#44)
Browse files Browse the repository at this point in the history
* updating script input

* update workflow branch target
  • Loading branch information
AyodeAwe authored Mar 18, 2024
1 parent 9d32df8 commit fda0aab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
- checks
- cpp-build-test
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-23.08
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.04
checks:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-23.08
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.04
with:
enable_check_generated_files: false
cpp-build-test:
needs: checks
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-23.08
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.04
with:
build_type: pull-request
test_script: ci/build_and_test.sh
script: ci/build_and_test.sh
matrix_filter: map(select(.ARCH == "amd64"))

0 comments on commit fda0aab

Please sign in to comment.