mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 06:41:23 +00:00
Allow downloading ecosystem results from forks (#12544)
This commit is contained in:
parent
e18c45c310
commit
f37b39d6cc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr-comment.yaml
vendored
2
.github/workflows/pr-comment.yaml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue