From 3d85cb99dce470bce8f817076cfb3f76c6b3af48 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:49:46 +0100 Subject: [PATCH] Update build_rust.yml Signed-off-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --- .github/workflows/build_rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_rust.yml b/.github/workflows/build_rust.yml index 5f42c83ce4d..3e635c31c71 100644 --- a/.github/workflows/build_rust.yml +++ b/.github/workflows/build_rust.yml @@ -8,7 +8,7 @@ jobs: if: | github.event.issue.pull_request && (github.event.comment.body == '!build_rust') && - (github.event.comment.author_association == 'OWNER') + (github.event.comment.author_association == 'ADMIN') runs-on: ubuntu-latest steps: