File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8484
8585 sonarcloud :
8686 needs : artifact
87- if : ${{ needs.artifact.result == 'success' && github.repository_owner == 'jsonurl ' && ( github.event_name == 'push' || github.event.pull_request.author_association == 'OWNER' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' ) }}
87+ if : ${{ needs.artifact.result == 'success' && github.event.repository.fork == false && github.event.pusher.name != 'dependabot[bot] ' && ( github.event_name == 'push' || github.event.pull_request.author_association == 'OWNER' || github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'COLLABORATOR' ) }}
8888 runs-on : ubuntu-latest
8989 steps :
9090 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments