From e93cb394743434249a622df6180c49cf3d488b99 Mon Sep 17 00:00:00 2001 From: Matt Dainty Date: Wed, 6 Dec 2023 10:34:35 +0000 Subject: [PATCH] ci: Drop pull_request events No need to run on both, pull_request_target works for both local and forks. --- .github/workflows/pr-lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 24fbc74..1a349b8 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -1,11 +1,6 @@ name: Lint pull request on: - pull_request: - types: - - opened - - edited - - synchronize pull_request_target: types: - opened