From 8b6712e9d689999f19b4e5973ff01a40735fb232 Mon Sep 17 00:00:00 2001 From: Johnny Bouder Date: Wed, 3 Apr 2024 09:51:08 -0400 Subject: [PATCH] Update workflow. --- .github/workflows/build-ui.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-ui.yml b/.github/workflows/build-ui.yml index f2fbdc80..aea5bde1 100644 --- a/.github/workflows/build-ui.yml +++ b/.github/workflows/build-ui.yml @@ -22,8 +22,6 @@ jobs: - name: Checkout fork repo head to support forked PRs if: github.event.pull_request.head.repo.full_name != github.repository uses: actions/checkout@v4.1.1 - with: - ref: ${{ github.event.pull_request.head.ref }} - id: check_label name: Check PL labels