From 2cea073af25e883808da817ef6c858a64f48791a Mon Sep 17 00:00:00 2001 From: Abhishek Dwivedi Date: Thu, 29 Feb 2024 19:27:05 +0530 Subject: [PATCH] FDN-1955-Remove-synchronize --- .github/workflows/pr-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-validator.yml b/.github/workflows/pr-validator.yml index a88b6168..283350fd 100644 --- a/.github/workflows/pr-validator.yml +++ b/.github/workflows/pr-validator.yml @@ -1,7 +1,7 @@ name: "PR Title and Description Check" on: pull_request: - types: [opened, edited, synchronize] + types: [opened, edited] jobs: check-title-and-description: