Commit d2c99e6
authored
Always run commit step in update PR workflow (#3208)
`update-chrome` is a requirement for `commit-result`, but it turns out
that if `update-chrome` is skipped, so is `commit-result`. Adding the if
condition makes the job always run (assuming it didn't fail or didn't
get cancelled).1 parent ba54f37 commit d2c99e6
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
226 | 227 | | |
| 228 | + | |
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
| |||
0 commit comments