diff --git a/tasks.yaml b/tasks.yaml index 7a5aea2..493bf5a 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -76,11 +76,11 @@ tasks: - task: actions:determine-arch - task: create:package - task: setup:k3d-test-cluster - if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} + if: ${{ ne .variables.ARCH "arm64" }} - task: dependencies:deploy - if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} + if: ${{ ne .variables.ARCH "arm64" }} - task: create-deploy-test-bundle - if: ${{ or (ne .variables.FLAVOR "upstream") (ne .variables.ARCH "arm64") }} + if: ${{ ne .variables.ARCH "arm64" }} - description: Publish the package task: publish:package with: