Skip to content

Commit

Permalink
chore(ci): remove pr:synchronize trigger from pr-validate (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Feb 8, 2024
1 parent 885d71a commit 8858679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8858679

Please sign in to comment.