From ae1d8a896d963badd2751e1bd7fbcfde1282077a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 2 Aug 2023 13:06:52 +0100 Subject: [PATCH] Update build_and_deploy.yaml fix typo --- .github/workflows/build_and_deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 3c6e3d5d..3cd3200e 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -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