Update build_and_deploy.yaml fix typo
This commit is contained in:
@@ -132,7 +132,7 @@ jobs:
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
if: |
|
if: |
|
||||||
github.event_name != 'workflow_dispatch' || (
|
github.event_name != 'workflow_dispatch' || (
|
||||||
always() && !failure() !cancelled() && inputs.deploy &&
|
always() && !failure() && !cancelled() && inputs.deploy &&
|
||||||
(inputs.macos || inputs.windows_32bit || inputs.windows_64bit)
|
(inputs.macos || inputs.windows_32bit || inputs.windows_64bit)
|
||||||
)
|
)
|
||||||
environment: packages.element.io
|
environment: packages.element.io
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
arch: [amd64, arm64]
|
arch: [amd64, arm64]
|
||||||
if: |
|
if: |
|
||||||
github.event_name != 'workflow_dispatch' || (
|
github.event_name != 'workflow_dispatch' || (
|
||||||
always() && !failure() !cancelled() && inputs.deploy && inputs.linux
|
always() && !failure() && !cancelled() && inputs.deploy && inputs.linux
|
||||||
)
|
)
|
||||||
uses: ./.github/workflows/reprepro.yaml
|
uses: ./.github/workflows/reprepro.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
Reference in New Issue
Block a user