From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sun, 14 Feb 2021 15:23:47 +0000 (-0500) Subject: Fix duplication of checks on internal PRs (#1986) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/76268ab0c9b4e4d030b2d16272bfbdcad5172aad?hp=76268ab0c9b4e4d030b2d16272bfbdcad5172aad Fix duplication of checks on internal PRs (#1986) Internal PRs (that come from branches of psf/black) match both the push and pull_request events. This leads to a duplication of test, lint, etc. checks on such PRs. Not only is it a waste of resources, it makes the Status Checks UI more frustrating to go through. Patch taken from: https://github.community/t/duplicate-checks-on-push-and-pull-request-simultaneous-event/18012 ---