Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally skip ci based on a label in the pr #1444

Merged
merged 17 commits into from
Dec 20, 2023
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
dagardner-nv committed Dec 19, 2023
commit 5acfc68a4b37c396f059afb407b82130e99bcc8a
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
Loading