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 3464375
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 Down Expand Up @@ -43,6 +43,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 3464375

Please sign in to comment.