diff --git a/.github/workflows/playwright-update.yml b/.github/workflows/playwright-update.yml index d8160a7703..197fe581b6 100644 --- a/.github/workflows/playwright-update.yml +++ b/.github/workflows/playwright-update.yml @@ -13,7 +13,10 @@ jobs: ( github.event.issue.author_association == 'OWNER' || github.event.issue.author_association == 'COLLABORATOR' || - github.event.issue.author_association == 'MEMBER' + github.event.issue.author_association == 'MEMBER' || + github.event.comment.author_association == 'OWNER' || + github.event.comment.author_association == 'COLLABORATOR' || + github.event.comment.author_association == 'MEMBER' ) && github.event.issue.pull_request && ( contains(github.event.comment.body, 'please update playwright snapshots') || contains(github.event.comment.body, 'please update galata snapshots') ||