We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2207ec0 commit 2d2152aCopy full SHA for 2d2152a
1 file changed
.github/workflows/main.yml
@@ -47,13 +47,9 @@ jobs:
47
token: ${{ secrets.CODECOV_TOKEN }}
48
49
run-macos-latest-xlarge:
50
- if: github.repository == 'codecov/codecov-action'
+ if: github.head.repo.full_name == 'codecov/codecov-action'
51
runs-on: macos-latest-xlarge
52
steps:
53
- - name: Dump GitHub context
54
- env:
55
- GITHUB_CONTEXT: ${{ toJSON(github) }}
56
- run: echo "$GITHUB_CONTEXT"
57
- name: Checkout
58
uses: actions/[email protected]
59
- name: Install dependencies
0 commit comments