Skip to content

Commit

Permalink
Allow downloading ecosystem results from forks (#12544)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Jul 27, 2024
1 parent e18c45c commit f37b39d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f37b39d

Please sign in to comment.