From bb5b8efd373900fef3e34f1037a89619f0190318 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Tue, 13 Aug 2024 01:56:57 -0700 Subject: [PATCH] Skip API ref preview deploy on PR (#6516) --- .github/workflows/deploy-api-refs-preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-api-refs-preview.yml b/.github/workflows/deploy-api-refs-preview.yml index db2c512d18fa..65904ae772a0 100644 --- a/.github/workflows/deploy-api-refs-preview.yml +++ b/.github/workflows/deploy-api-refs-preview.yml @@ -2,7 +2,8 @@ name: Deploy API Refs Preview on: workflow_dispatch: # Allows triggering the workflow manually in GitHub UI - pull_request: + # Avoid deploying on PR due to rate limits + # pull_request: # If another push to the same PR or branch happens while this workflow is still running, # cancel the earlier run in favor of the next run.