Skip to content

Commit 1d0fc61

Browse files
Anchor report artifact pattern to exclude sibling-run artifacts (#230)
Co-authored-by: OxOps <298579544+daveoxs@users.noreply.github.com>
1 parent ab214ee commit 1d0fc61

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/dispatch-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ on:
2626
required: true
2727
description: 'Who should review the PR'
2828
options:
29-
- kenariosz
30-
- joernott
29+
- daveoxs
3130

3231
jobs:
3332
prepare_release:

generate_report/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v5'
4242
with:
4343
target: 'testplan-${{inputs.prefix}}'
44-
pattern: 'testplan-${{inputs.prefix}}-*'
44+
pattern: 'testplan-${{inputs.prefix}}-[0-9]*'
4545

4646
- name: 'Process job results for slack'
4747
id: process_slack
@@ -230,4 +230,4 @@ runs:
230230
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v5'
231231
with:
232232
target: 'testplan-${{inputs.prefix}}'
233-
pattern: 'testplan-${{inputs.prefix}}-*'
233+
pattern: 'testplan-${{inputs.prefix}}-[0-9]*'

0 commit comments

Comments
 (0)