mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-06 21:39:26 +00:00
Merge branch 'master' into develop
This commit is contained in:
@@ -50,6 +50,12 @@ jobs:
|
||||
name: "Build .deb packages"
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
# Prevent all Debian package builds from being cancelled
|
||||
# when one of them fails. Especially helpful when things are
|
||||
# flaky during a release.
|
||||
#
|
||||
# `fail-fast` defaults to true and applies to the entire test matrix
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro: ${{ fromJson(needs.get-distros.outputs.distros) }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user