Simplify workflows remove unused parameters (#2182)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2025-03-04 09:18:37 +00:00
committed by GitHub
parent f733c2e942
commit e6ab8743d1
4 changed files with 2 additions and 11 deletions

View File

@@ -35,7 +35,6 @@ jobs:
sqlcipher: [system, static]
arch: [amd64, arm64]
with:
config: ${{ github.event.pull_request.base.ref == 'develop' && 'element.io/nightly' || 'element.io/release' }}
sqlcipher: ${{ matrix.sqlcipher }}
arch: ${{ matrix.arch }}