From d79f3f6ef82fc38883fb4dc057ee50f5a9ca66a7 Mon Sep 17 00:00:00 2001 From: Chukwuma Nwaugha Date: Wed, 30 Oct 2024 15:51:03 +0000 Subject: [PATCH] reset no_traffic to true for preview urls --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b8bbf8..b1708f4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,7 +94,7 @@ jobs: service: ${{ env.SERVICE }} source: ./ tag: ${{ needs.prepare.outputs.VERSION }} - # no_traffic: true + no_traffic: true timeout: "5m" gcloud_version: "482.0.0" env_vars: |