Commit b2e7224
authored
Publish coverage on even with skipped builds (#198)
Current pipeline job for publishing coverage will skip the jobs if there
are a few jobs being skipped. However, some skips are expected, such as
some jobs that should be run on selfhosted agents, but no agents are
available on the public site.
This change will update the publish coverage job's condition to ignore
the skipped conditions, such that it will always run the job as long as
there the previous job(s) not failing or being cancelled.1 parent ea70e0e commit b2e7224
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| |||
0 commit comments