fix: update if statement on macos xlarge

This commit is contained in:
Tom Hu 2025-09-04 14:33:06 +02:00
parent 3f31c823f2
commit 2a482be7a3
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -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