From 885867951dc304b50283f67c6bd6dd60d1f392b2 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 7 Feb 2024 16:51:20 -0800 Subject: [PATCH] chore(ci): remove pr:synchronize trigger from pr-validate (#1796) --- .github/workflows/pr-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index 3dd674525..c42466464 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -2,7 +2,7 @@ name: PR Validate on: pull_request: - types: [edited, opened, reopened, synchronize] + types: [edited, opened, reopened] concurrency: # Cancel in progress for PR open and close, but not merge_group