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.
1 parent 6022fce commit f688d30Copy full SHA for f688d30
.github/workflows/mend.yml
@@ -31,7 +31,7 @@ permissions:
31
32
jobs:
33
mend:
34
- if: ${{ github.event.repository.fork == false }}
+ if: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) || (github.event_name == 'push' && github.event.repository.fork == false) }}
35
uses: nginxinc/compliance-rules/.github/workflows/mend.yml@c903bfe6c668eaba362cde6a7882278bc1564401 # v0.1
36
secrets: inherit
37
with:
0 commit comments