Skip to content

Commit

Permalink
Update runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 19, 2024
1 parent 27fd548 commit c4f506c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
# Update conda package only for non PR branches. Use 'main' for main branch and 'dev' for all other branches
conda_upload_label: ${{ !fromJSON(needs.prepare.outputs.is_pr) && (fromJSON(needs.prepare.outputs.is_main_branch) && 'main' || 'dev') || '' }}
# Build container
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-241002
container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-241219
# Test container
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-241002
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-241219
# Info about the PR. Empty for non PR branches. Useful for extracting PR number, title, etc.
pr_info: ${{ needs.prepare.outputs.pr_info }}
secrets:
Expand Down

0 comments on commit c4f506c

Please sign in to comment.