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: