From 11b72765c985f0e7e4cd13c45aed3f58f044386d Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 9 Feb 2024 16:08:38 +0100 Subject: [PATCH] chore(ci): run desktop build without waiting on the frontend when not doing release builds --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 38bc78ec4..bff505968 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1049,16 +1049,12 @@ kind: pipeline type: docker name: desktop-build -depends_on: - - frontend-release-unstable - trigger: branch: include: - main event: include: - - push - pull_request steps: @@ -1346,6 +1342,7 @@ depends_on: - release - deploy-docs - docker-release + - desktop-release steps: - name: notify @@ -1363,6 +1360,6 @@ steps: - failure --- kind: signature -hmac: 284c12993b18b99bf40e31a8ac5b861eb1dc505f680c83ff50f0657a7d6b9018 +hmac: 25297bbae6b6b8e388bd78cfeed7be41b7bd9958efb59061c95e7514bdebb085 ...