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 91a032d commit 5acfc68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ on:
test_container:
required: true
type: string
pr_outcome:
required: true
type: boolean
has_skip_ci_label:
required: true
type: boolean

secrets:
NGC_API_KEY:
required: true
Expand All @@ -47,8 +40,6 @@ env:
MORPHEUS_ROOT: "${{ github.workspace }}/morpheus"
WORKSPACE: "${{ github.workspace }}/morpheus"
WORKSPACE_TMP: "${{ github.workspace }}/tmp"
PR_OUTCOME: "${{ github.event.inputs.pr_outcome }}"
HAS_SKIP_CI_LABEL: "${{ github.event.inputs.has_skip_ci_label }}"

permissions:
actions: none
Expand Down
4 changes: 0 additions & 4 deletions ci/scripts/github/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

set -e

rapids-logger "PR_OUTCOME=${PR_OUTCOME}"
rapids-logger "HAS_SKIP_CI_LABEL=${HAS_SKIP_CI_LABEL}"
exit 1

source ${WORKSPACE}/ci/scripts/github/common.sh

update_conda_env
Expand Down

0 comments on commit 5acfc68

Please sign in to comment.