This commit is contained in:
AffectedArc07
2026-05-16 14:36:52 +01:00
committed by GitHub
parent e3e6bae1c9
commit a37685043c
+1 -4
View File
@@ -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: