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