We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d4c6d8 + dc666a1 commit fb56500Copy full SHA for fb56500
.github/workflows/analysis.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Disabled on forks
32
- if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
+ if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
33
run: |
34
echo 'Can not analyze PRs from forks'
35
exit 1
0 commit comments