Skip to content

Commit

Permalink
Reduce the potential of failing when merging artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed May 18, 2024
1 parent 91f63da commit 38bb21e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/ci.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 38bb21e

Please sign in to comment.