always merge the artifacts
This commit is contained in:
parent
00ae6d7fb6
commit
7bea35c2e6
|
@ -371,7 +371,7 @@ jobs:
|
|||
|
||||
merge-package-rpm-artifacts:
|
||||
needs: [package-rpm]
|
||||
|
||||
if: always()
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -390,7 +390,7 @@ jobs:
|
|||
|
||||
merge-package-deb-artifacts:
|
||||
needs: [package-deb]
|
||||
|
||||
if: always()
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue