Skip to content

Commit

Permalink
Builds from forks 3 (#6878)
Browse files Browse the repository at this point in the history
* add fake jobs to main so that events will trigger

* regexp respect
  • Loading branch information
orangewolf authored Aug 7, 2024
1 parent 10d458a commit cc5b673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
run_id: ${{ github.event.workflow_run.id }}
path: artifacts
name: "*(report|Event)*"
name: ".*(report|Event).*"
name_is_regexp: true

- name: Publish Test Results
Expand Down

0 comments on commit cc5b673

Please sign in to comment.