diff --git a/.github/workflows/dispatch-release.yaml b/.github/workflows/dispatch-release.yaml index 2cda4e9a..787bf50c 100644 --- a/.github/workflows/dispatch-release.yaml +++ b/.github/workflows/dispatch-release.yaml @@ -26,8 +26,7 @@ on: required: true description: 'Who should review the PR' options: - - kenariosz - - joernott + - daveoxs jobs: prepare_release: diff --git a/generate_report/action.yaml b/generate_report/action.yaml index 3156572a..a348758c 100644 --- a/generate_report/action.yaml +++ b/generate_report/action.yaml @@ -41,7 +41,7 @@ runs: uses: 'OXID-eSales/github-actions/consolidate_artifacts@v5' with: target: 'testplan-${{inputs.prefix}}' - pattern: 'testplan-${{inputs.prefix}}-*' + pattern: 'testplan-${{inputs.prefix}}-[0-9]*' - name: 'Process job results for slack' id: process_slack @@ -230,4 +230,4 @@ runs: uses: 'OXID-eSales/github-actions/consolidate_artifacts@v5' with: target: 'testplan-${{inputs.prefix}}' - pattern: 'testplan-${{inputs.prefix}}-*' + pattern: 'testplan-${{inputs.prefix}}-[0-9]*'