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