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 17, 2024
1 parent f184bfe commit 27173cb
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 @@ -2071,7 +2071,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 @@ -2133,7 +2133,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 @@ -2110,7 +2110,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 @@ -347,7 +347,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 27173cb

Please sign in to comment.