fix(ci): skip build-desktop on dry runs (#3532)

This commit is contained in:
Steven Enamakel
2026-06-09 02:58:24 -07:00
committed by GitHub
parent c403fd5c51
commit 461a27910a
+2 -2
View File
@@ -42,7 +42,7 @@ concurrency:
# │ ┌────┴───────────────┬────────────────┐
# │ │ │ │
# │ build-desktop build-cli-linux build-docker
# │ (reusable wf) (Linux tarballs) (GHCR image, release-only)
# │ (release-only) (release-only) (release-only)
# │ │ │ │
# │ └────────┬───────────┴────────────────┘
# │ │
@@ -320,7 +320,7 @@ jobs:
build-desktop:
name: Build desktop matrix
needs: [prepare-build, create-release]
if: always() && needs.create-release.result == 'success'
if: ${{ inputs.create_release && always() && needs.create-release.result == 'success' }}
uses: ./.github/workflows/build-desktop.yml
secrets: inherit
with: