From ff276045a165fa7e875470c1e8d016f985fbd2f6 Mon Sep 17 00:00:00 2001 From: ethernet Date: Thu, 16 Jul 2026 13:07:56 -0400 Subject: [PATCH] ci: disable e2e windows installer for now --- .github/workflows/e2e-desktop.yml | 4 ++-- .github/workflows/e2e-windows.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-desktop.yml b/.github/workflows/e2e-desktop.yml index b34369fa98a6..a80d8d217217 100644 --- a/.github/workflows/e2e-desktop.yml +++ b/.github/workflows/e2e-desktop.yml @@ -68,7 +68,7 @@ jobs: # cache to avoid cold starts on unrelated PRs. - name: Restore visual baseline screenshots id: restore-baselines - uses: actions/cache@0400d5f6a4f407c1b1b78f4ddd5bffb6548ef6f6 # v4.2.4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: apps/desktop/e2e/__screenshots__ key: visual-baselines-${{ github.ref_name }} @@ -153,7 +153,7 @@ jobs: # ── Save updated baselines to cache (main only) ─────────────────── - name: Save updated baselines to cache if: github.ref_name == 'main' && always() - uses: actions/cache/save@0400d5f6a4f407c1b1b78f4ddd5bffb6548ef6f6 # v4.2.4 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: apps/desktop/e2e/__screenshots__ key: visual-baselines-main diff --git a/.github/workflows/e2e-windows.yml b/.github/workflows/e2e-windows.yml index b0c7524fb3b1..852d39dc59a3 100644 --- a/.github/workflows/e2e-windows.yml +++ b/.github/workflows/e2e-windows.yml @@ -91,6 +91,7 @@ jobs: e2e: name: Install this commit as latest main + if: false # NOTE: this job isn't used yet. # needs: build-installer runs-on: windows-latest timeout-minutes: 60