From 36b16553f5534460f39890609b607c56cb289595 Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Thu, 4 Apr 2024 09:43:28 -0400 Subject: [PATCH] Update build action. --- .github/workflows/build-ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-ui.yml b/.github/workflows/build-ui.yml index fdb30110..9ff9d2cd 100644 --- a/.github/workflows/build-ui.yml +++ b/.github/workflows/build-ui.yml @@ -19,7 +19,7 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 2 - - name: Checkout default if not current repo + - name: Checkout default if not upstream repo if: github.event.pull_request.head.repo.full_name != github.repository uses: actions/checkout@v4.1.1