Update build_and_deploy.yaml fix typo

This commit is contained in:
Michael Telatynski 2023-08-02 13:06:52 +01:00 committed by GitHub
parent fd66c14544
commit ae1d8a896d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ jobs:
name: Deploy
if: |
github.event_name != 'workflow_dispatch' || (
always() && !failure() !cancelled() && inputs.deploy &&
always() && !failure() && !cancelled() && inputs.deploy &&
(inputs.macos || inputs.windows_32bit || inputs.windows_64bit)
)
environment: packages.element.io
@ -170,7 +170,7 @@ jobs:
arch: [amd64, arm64]
if: |
github.event_name != 'workflow_dispatch' || (
always() && !failure() !cancelled() && inputs.deploy && inputs.linux
always() && !failure() && !cancelled() && inputs.deploy && inputs.linux
)
uses: ./.github/workflows/reprepro.yaml
secrets: inherit