Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 19, 2023
1 parent 2b2ee3e commit cca861b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
needs: [prepare]
uses: ./.github/workflows/ci_pipe.yml
with:
pr_outcome: ${{ needs.prepare.outputs.pr_outcome }}
has_skip_ci_label: ${{ needs.prepare.outputs.has_skip_ci_label }}
pr_outcome: ${{ fromJSON(needs.prepare.outputs.pr_outcome) }}
has_skip_ci_label: ${{ fromJSON(needs.prepare.outputs.has_skip_ci_label) }}
run_check: ${{ startsWith(github.ref_name, 'pull-request/') }}
container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-build-230913
test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-230913
Expand Down

0 comments on commit cca861b

Please sign in to comment.