diff --git a/.github/workflows/retest.yaml b/.github/workflows/retest.yaml index 78076893a3a7..561c8efad8f7 100644 --- a/.github/workflows/retest.yaml +++ b/.github/workflows/retest.yaml @@ -9,7 +9,7 @@ permissions: jobs: retest: # PR comments where a Member types "/retest" exactly - if: github.event.issue.pull_request && github.event.comment.author_association == 'MEMBER' && github.event.comment.body == '/retest' + if: github.event.issue.pull_request && github.event.comment.body == '/retest' permissions: actions: write # for re-running failed jobs: https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#re-run-a-job-from-a-workflow-run runs-on: ubuntu-24.04