Skip to content

Commit

Permalink
Allow downloading ecosystem results from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Jul 27, 2024
1 parent e18c45c commit f679718
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Ecosystem check comment

on:
workflow_run:
workflows: [CI]
types: [completed]
workflows: [ CI ]
types: [ completed ]
workflow_dispatch:
inputs:
workflow_run_id:
Expand All @@ -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 f679718

Please sign in to comment.