From 919b8d7c5972c89b241798ecf0cc75bd617c2b2b Mon Sep 17 00:00:00 2001 From: Seungjae Yoo Date: Mon, 21 Sep 2026 03:53:37 +0000 Subject: [PATCH] Exclude `cuttlefish-podcvd` from deployment --- .github/actions/deploy-debian-packages/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-debian-packages/action.yaml b/.github/actions/deploy-debian-packages/action.yaml index 92b66288ef5..caa4ee11fe9 100644 --- a/.github/actions/deploy-debian-packages/action.yaml +++ b/.github/actions/deploy-debian-packages/action.yaml @@ -13,13 +13,13 @@ runs: version: '>= 363.0.0' - name: Deploy deb packages into Artifact Registry run: | + # TODO(b/561649046): Include `cuttlefish-podcvd` again after recovering its build procedure. PACKAGES=( "cuttlefish-base" "cuttlefish-integration-gigabyte-arm64" "cuttlefish-metrics" "cuttlefish-orchestration" "cuttlefish-user" - "cuttlefish-podcvd" ) if [[ ${INPUTS_DEPLOY_CHANNEL} == "stable" ]]; then