From 38bb21e484b53eb68d99349390496a02abf96075 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 17 May 2024 18:10:30 +0100 Subject: [PATCH] Reduce the potential of failing when merging artifacts --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/scheduled.yml | 2 +- .github/workflows/templates/ci.yml.jinja | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f3800a0433..22c42c9e530 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2092,7 +2092,7 @@ jobs: id: merge-coverage-artifacts with: name: all-testrun-coverage-artifacts - pattern: all-testrun-coverage-artifacts-* + pattern: all-testrun-coverage-artifacts* separate-directories: false delete-merged: true diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 21dbfbe3e70..ea65ae1190f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -2157,7 +2157,7 @@ jobs: id: merge-coverage-artifacts with: name: all-testrun-coverage-artifacts - pattern: all-testrun-coverage-artifacts-* + pattern: all-testrun-coverage-artifacts* separate-directories: false delete-merged: true diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 2ccef7efda8..c4dea7b28a2 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -2139,7 +2139,7 @@ jobs: id: merge-coverage-artifacts with: name: all-testrun-coverage-artifacts - pattern: all-testrun-coverage-artifacts-* + pattern: all-testrun-coverage-artifacts* separate-directories: false delete-merged: true diff --git a/.github/workflows/templates/ci.yml.jinja b/.github/workflows/templates/ci.yml.jinja index 93d534c5d90..68aabb5e4ab 100644 --- a/.github/workflows/templates/ci.yml.jinja +++ b/.github/workflows/templates/ci.yml.jinja @@ -352,7 +352,7 @@ id: merge-coverage-artifacts with: name: all-testrun-coverage-artifacts - pattern: all-testrun-coverage-artifacts-* + pattern: all-testrun-coverage-artifacts* separate-directories: false delete-merged: true