From e9c63bb99be582e16ed3c62f13386fcb8590f47f Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Wed, 8 Jul 2026 23:01:29 +0100 Subject: [PATCH] Fuck it Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --- .github/workflows/build_rust.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_rust.yml b/.github/workflows/build_rust.yml index 3e635c31c71..58d9c0806be 100644 --- a/.github/workflows/build_rust.yml +++ b/.github/workflows/build_rust.yml @@ -8,7 +8,13 @@ jobs: if: | github.event.issue.pull_request && (github.event.comment.body == '!build_rust') && - (github.event.comment.author_association == 'ADMIN') + ( + github.event.comment.user.id == 25063394 || + github.event.comment.user.id == 116982774 || + github.event.comment.user.id == 108773801 || + github.event.comment.user.id == 144391971 + ) + # AA07 25063394, Burzah 116982774, DGamerL 108773801, Pollard 144391971 runs-on: ubuntu-latest steps: