From fb163188ffe0ee1455b8886ffe90c992dcdd2772 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:22:46 -0500 Subject: [PATCH] Test --- .github/workflows/build-desktop.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 3b4317c312f..a726f0184f9 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -171,7 +171,14 @@ jobs: defaults: run: working-directory: apps/desktop - steps: + steps: + - name: Check out repo + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + with: + fetch-depth: 1 + ref: ${{ github.event.pull_request.head.sha }} + persist-credentials: false + - name: Free disk space run: | df -h @@ -186,13 +193,6 @@ jobs: sudo rm -rf /usr/local/aws-cli sudo rm -rf /usr/local/aws-sam-cli df -h - - - name: Check out repo - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - with: - fetch-depth: 1 - ref: ${{ github.event.pull_request.head.sha }} - persist-credentials: false - name: Check folder sizes run: |