From e4ef31ce477f4a4bb54b89d45b734c00acb2169f Mon Sep 17 00:00:00 2001 From: Frank Stellmacher <171614930+Psychotoxical@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:52:52 +0200 Subject: [PATCH] chore(ci): gate non-flatpak release jobs off for 1.43.1 test tag (#293) Co-authored-by: Claude Opus 4.7 (1M context) --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 928490c3..48aa265b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,6 +73,7 @@ jobs: build-macos-windows: needs: create-release + if: false # TEMP: flatpak-only test run permissions: contents: write strategy: @@ -163,6 +164,7 @@ jobs: generate-manifest: needs: [create-release, build-macos-windows] + if: false # TEMP: flatpak-only test run runs-on: ubuntu-24.04 permissions: contents: write @@ -182,6 +184,7 @@ jobs: build-linux: needs: create-release + if: false # TEMP: flatpak-only test run permissions: contents: write runs-on: ubuntu-24.04 @@ -309,6 +312,7 @@ jobs: # The refreshed lock/hash files are committed back to `main` when they change. verify-nix: needs: create-release + if: false # TEMP: flatpak-only test run runs-on: ubuntu-24.04 permissions: contents: write