Avoids using matrix where it doesn't exist.

main
tommie 2023-05-15 17:20:48 +02:00 committed by GitHub
parent 44582aca61
commit 25c2986631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
build-deb:
name: Build DEB Packages
needs: [check-upstream]
if: "matrix.os[0] != null"
if: "fromJson(needs.check-upstream.outputs.new_release_exists)[0] != null"
runs-on: ${{ matrix.os }}
strategy: