From 0988e918db90c5219c73747c2dc440b75cc6b6cd Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 18 Dec 2023 16:47:10 -0800 Subject: [PATCH] wip --- .github/workflows/ci_pipe.yml | 3 --- .github/workflows/pull_request.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.github/workflows/ci_pipe.yml b/.github/workflows/ci_pipe.yml index db6fa7b81a..3451324b33 100644 --- a/.github/workflows/ci_pipe.yml +++ b/.github/workflows/ci_pipe.yml @@ -27,9 +27,6 @@ on: test_container: required: true type: string - pr_info: - required: true - type: string pr_outcome: required: true type: boolean diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 89261d8e9f..944366e7c9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -63,7 +63,6 @@ jobs: 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