From 7f4dd7e2ff0e4be10a549db6241b7fb253ff7b04 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 17 Aug 2025 22:18:00 +0200 Subject: [PATCH] workflows/reviewers: remove pull_request trigger Changes to this file already trigger a run of this workflow via the PR workflow, we don't need to run this *another* time. --- .github/workflows/reviewers.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/reviewers.yml b/.github/workflows/reviewers.yml index 58c201724273..2b1be250469d 100644 --- a/.github/workflows/reviewers.yml +++ b/.github/workflows/reviewers.yml @@ -4,9 +4,6 @@ name: Reviewers on: - pull_request: - paths: - - .github/workflows/reviewers.yml pull_request_target: types: [ready_for_review] workflow_call: