Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(linux): Sign packages even if build for next Ubuntu fails
We want to run the `deb_signing` job after building binary packages for both released and unreleased Ubuntu versions finished, so we have to specify those in the `needs` field. But that on its own causes the signing job to be skipped if the binary package build for the next Ubuntu version fails. This change adds conditions so that the `deb_signing` job always runs if source package build and the binary package build for the released Ubuntu versions succeeds.
- Loading branch information