mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Reduce the potential of failing when merging artifacts
This commit is contained in:
parent
91f63da162
commit
38bb21e484
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/scheduled.yml
vendored
2
.github/workflows/scheduled.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/templates/ci.yml.jinja
vendored
2
.github/workflows/templates/ci.yml.jinja
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue