Skip to content

Commit

Permalink
ci: Fix download artifact regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Sep 30, 2024
1 parent 01adebf commit 8bb67a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
name_is_regexp: true
name: /results/
name: results-*
path: results

# Create/update the comment with the latest results
Expand Down

0 comments on commit 8bb67a9

Please sign in to comment.