Skip to content

Commit

Permalink
Debugging again
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemoret-nv committed Jul 7, 2023
1 parent 6cd02fc commit 9cc74be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
pr_info: ${{ needs.prepare.outputs.pr_info }}
run_check: ${{ startsWith(github.ref_name, 'pull-request/') }}
run_package_conda: ${{ needs.prepare.outputs.has_conda_build_label }}
run_package_conda: true
upload_conda_package: ${{ !startsWith(github.ref_name, 'pull-request/') }}
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-230412
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-230412
Expand Down

0 comments on commit 9cc74be

Please sign in to comment.