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: