Skip to content

Commit

Permalink
Merge pull request #11163 from keymanapp/chore/linux/11143_Unreleased…
Browse files Browse the repository at this point in the history
…PkgBuildFailures

chore(linux): Sign packages even if build for next Ubuntu fails
  • Loading branch information
ermshiperete authored Apr 4, 2024
2 parents d638781 + 0d7d240 commit 8e205e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
needs: [sourcepackage, binary_packages_released, binary_packages_unreleased]
runs-on: ubuntu-latest
environment: "deploy (linux)"
if: github.event.client_payload.isTestBuild == 'false'
if: ${{always() && needs.sourcepackage.result == 'success' && needs.binary_packages_released.result == 'success' && github.event.client_payload.isTestBuild == 'false'}}

steps:
- name: Sign packages
Expand Down

0 comments on commit 8e205e3

Please sign in to comment.