File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 52
52
code-analysis :
53
53
if : github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
54
54
runs-on : ubuntu-latest
55
+ needs : [tests]
55
56
steps :
56
57
- name : sonarcloud
57
58
if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
Original file line number Diff line number Diff line change 38
38
code-analysis :
39
39
if : github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
40
40
runs-on : ubuntu-latest
41
+ needs : [tests]
41
42
steps :
42
43
- name : sonarcloud
43
44
if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
Original file line number Diff line number Diff line change 59
59
code-analysis :
60
60
if : github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
61
61
runs-on : ubuntu-latest
62
+ needs : [tests]
62
63
steps :
63
64
- name : sonarcloud
64
65
if : ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
You can’t perform that action at this time.
0 commit comments