There was an error while loading. Please reload this page.
1 parent ab214ee commit 1d0fc61Copy full SHA for 1d0fc61
2 files changed
.github/workflows/dispatch-release.yaml
@@ -26,8 +26,7 @@ on:
26
required: true
27
description: 'Who should review the PR'
28
options:
29
- - kenariosz
30
- - joernott
+ - daveoxs
31
32
jobs:
33
prepare_release:
generate_report/action.yaml
@@ -41,7 +41,7 @@ runs:
41
uses: 'OXID-eSales/github-actions/consolidate_artifacts@v5'
42
with:
43
target: 'testplan-${{inputs.prefix}}'
44
- pattern: 'testplan-${{inputs.prefix}}-*'
+ pattern: 'testplan-${{inputs.prefix}}-[0-9]*'
45
46
- name: 'Process job results for slack'
47
id: process_slack
@@ -230,4 +230,4 @@ runs:
230
231
232
233
0 commit comments