From 2a482be7a308f1f4a51a19a8f4bd9e711c7fee84 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 4 Sep 2025 14:33:06 +0200 Subject: [PATCH] fix: update if statement on macos xlarge --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67a5124..b241c82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} run-macos-latest-xlarge: - if: github.head.repo.full_name == 'codecov/codecov-action' + if: github.event.pull_request.head.repo.full_name == 'codecov/codecov-action' runs-on: macos-latest-xlarge steps: - name: Checkout