diff --git a/.github/workflows/staging-deployment.yaml b/.github/workflows/staging-deployment.yaml index a2ff80354f..4918cf54d2 100644 --- a/.github/workflows/staging-deployment.yaml +++ b/.github/workflows/staging-deployment.yaml @@ -31,6 +31,7 @@ jobs: GCP_ZONE: ${{ secrets.GCP_ZONE }} GCP_INSTANCE: ${{ secrets.GCP_INSTANCE }} CLOUDSDK_CORE_DISABLE_PROMPTS: 1 + KAFKA_SPAN_EVAL: true run: | read -r -d '' COMMAND <