From f37b39d6cc118203fb16d2a4d1f2bef1134519e4 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Sat, 27 Jul 2024 19:57:19 +0200 Subject: [PATCH] Allow downloading ecosystem results from forks (#12544) --- .github/workflows/pr-comment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 429f1f2c749c2..8d67b35082432 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -23,6 +23,7 @@ jobs: name: pr-number run_id: ${{ github.event.workflow_run.id || github.event.inputs.workflow_run_id }} if_no_artifact_found: ignore + allow_forks: true - name: Parse pull request number id: pr-number @@ -43,6 +44,7 @@ jobs: path: pr/ecosystem workflow_conclusion: completed if_no_artifact_found: ignore + allow_forks: true - name: Generate comment content id: generate-comment