diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45e8a50b..2498ce12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,10 @@ on: paths-ignore: - "CHANGELOG.md" branches: [main] - pull_request: + # We use pull_request_target rather than pull_request + # because the latter does not let us comment on PR + # coming from a fork. + pull_request_target: branches: [main] schedule: - cron: "0 11 * * 4"