File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173 if-no-files-found : error
174174
175175 publish-test-results :
176- if : ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name != 'release ' }}
176+ if : ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.workflow != 'Release ' }}
177177 name : " Publish Tests Results"
178178 needs : [ test ]
179179 runs-on : ubuntu-latest
@@ -199,7 +199,7 @@ jobs:
199199 report_individual_runs : true
200200
201201 coverage :
202- if : ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.event_name != 'release ' }}
202+ if : ${{ github.event.pull_request.user.login != 'dependabot[bot]' && github.workflow != 'Release ' }}
203203 needs : [ test ]
204204 name : ' Coverage check'
205205 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments