From a37685043c0153e9e58b120d7989ab770dd3c42e Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sat, 16 May 2026 14:36:52 +0100 Subject: [PATCH] oh dear (#32014) --- .github/workflows/build_rust.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_rust.yml b/.github/workflows/build_rust.yml index 56b1c36a488..37ba43fe781 100644 --- a/.github/workflows/build_rust.yml +++ b/.github/workflows/build_rust.yml @@ -8,10 +8,7 @@ jobs: if: | github.event.issue.pull_request && (github.event.comment.body == '!build_rust') && - ((github.event.sender.id == github.event.issue.user.id) || - (github.event.comment.author_association == 'COLLABORATOR') || - (github.event.comment.author_association == 'MEMBER') || - (github.event.comment.author_association == 'OWNER')) + (github.event.comment.author_association == 'OWNER') runs-on: ubuntu-latest steps: