There was an error while loading. Please reload this page.
1 parent 06cb173 commit 0621c38Copy full SHA for 0621c38
1 file changed
.github/workflows/coverage-pages.yml
@@ -247,7 +247,7 @@ jobs:
247
needs: collect
248
if: |
249
always() &&
250
- needs.collect.outputs.report_ready != 'true' &&
+ needs.collect.outputs.host_hit != 'true' &&
251
fromJSON(inputs.round || '1') < 4
252
runs-on: ubuntu-24.04
253
steps:
@@ -269,7 +269,7 @@ jobs:
269
270
271
272
273
fromJSON(inputs.round || '1') >= 4
274
275
0 commit comments