mirror of https://github.com/astral-sh/ruff
Allow downloading ecosystem results from forks (#12544)
This commit is contained in:
parent
e18c45c310
commit
f37b39d6cc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue