File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 48
48
run : |
49
49
make e2e-tests-api
50
50
- name : Tests Coverage
51
+ if : ${{ github.actor != 'dependabot[bot]' }}
51
52
uses : slavcodev/coverage-monitor-action@v1
52
53
with :
53
54
github_token : ${{ secrets.GITHUB_TOKEN }}
84
85
run : |
85
86
make e2e-tests-workers
86
87
- name : Tests Coverage
88
+ if : ${{ github.actor != 'dependabot[bot]' }}
87
89
uses : slavcodev/coverage-monitor-action@v1
88
90
with :
89
91
github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -137,6 +139,7 @@ jobs:
137
139
run : |
138
140
make e2e-tests-queue-consumers
139
141
- name : Tests Coverage
142
+ if : ${{ github.actor != 'dependabot[bot]' }}
140
143
uses : slavcodev/coverage-monitor-action@v1
141
144
with :
142
145
github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -164,6 +167,7 @@ jobs:
164
167
run : |
165
168
make backend-unit-tests
166
169
- name : Tests Coverage
170
+ if : ${{ github.actor != 'dependabot[bot]' }}
167
171
uses : slavcodev/coverage-monitor-action@v1
168
172
with :
169
173
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments