From 7033c6557918be1e284c1393939ec2dca9acd75a Mon Sep 17 00:00:00 2001 From: OxOps <298579544+daveoxs@users.noreply.github.com> Date: Thu, 16 Jul 2026 10:14:26 +0200 Subject: [PATCH] Anchor report artifact pattern to exclude sibling-run artifacts --- .github/workflows/dispatch-release.yaml | 3 +-- generate_report/action.yaml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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]*'