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
|
name: pr-number
|
||||||
run_id: ${{ github.event.workflow_run.id || github.event.inputs.workflow_run_id }}
|
run_id: ${{ github.event.workflow_run.id || github.event.inputs.workflow_run_id }}
|
||||||
if_no_artifact_found: ignore
|
if_no_artifact_found: ignore
|
||||||
|
allow_forks: true
|
||||||
|
|
||||||
- name: Parse pull request number
|
- name: Parse pull request number
|
||||||
id: pr-number
|
id: pr-number
|
||||||
|
|
@ -43,6 +44,7 @@ jobs:
|
||||||
path: pr/ecosystem
|
path: pr/ecosystem
|
||||||
workflow_conclusion: completed
|
workflow_conclusion: completed
|
||||||
if_no_artifact_found: ignore
|
if_no_artifact_found: ignore
|
||||||
|
allow_forks: true
|
||||||
|
|
||||||
- name: Generate comment content
|
- name: Generate comment content
|
||||||
id: generate-comment
|
id: generate-comment
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue