From 2b2ee3e4c5ddaaf35b518fcfa8c8c140537d3d14 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 18 Dec 2023 16:48:54 -0800 Subject: [PATCH] wip --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 944366e7c9..366c9038f2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -62,7 +62,7 @@ jobs: needs: [prepare] uses: ./.github/workflows/ci_pipe.yml with: - pr_info: ${{ needs.prepare.outputs.pr_info }} + pr_outcome: ${{ needs.prepare.outputs.pr_outcome }} has_skip_ci_label: ${{ 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