Skip to content

Commit

Permalink
fix: update head repo full name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed May 16, 2024
1 parent 2207ec0 commit 2d2152a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,9 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

run-macos-latest-xlarge:
if: github.repository == 'codecov/codecov-action'
if: github.head.repo.full_name == 'codecov/codecov-action'
runs-on: macos-latest-xlarge
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Checkout
uses: actions/checkout@v4.1.5
- name: Install dependencies
Expand Down

0 comments on commit 2d2152a

Please sign in to comment.