File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ jobs:
279
279
280
280
end-failure :
281
281
name : bors test finished
282
- if : github.event.pusher.name == 'bors' && failure()
282
+ if : github.event.pusher.name == 'bors' && ( failure() || cancelled() )
283
283
runs-on : ubuntu-latest
284
284
needs : [base, integration]
285
285
Original file line number Diff line number Diff line change 57
57
58
58
end-failure :
59
59
name : bors dev test finished
60
- if : github.event.pusher.name == 'bors' && failure()
60
+ if : github.event.pusher.name == 'bors' && ( failure() || cancelled() )
61
61
runs-on : ubuntu-latest
62
62
needs : [clippy_dev]
63
63
Original file line number Diff line number Diff line change 40
40
41
41
end-failure :
42
42
name : bors remark test finished
43
- if : github.event.pusher.name == 'bors' && failure()
43
+ if : github.event.pusher.name == 'bors' && ( failure() || cancelled() )
44
44
runs-on : ubuntu-latest
45
45
needs : [remark]
46
46
You can’t perform that action at this time.
0 commit comments