Skip to content

Commit 7ea7cd1

Browse files
committed
Auto merge of rust-lang#5652 - rust-lang:flip1995-patch-1, r=yaahc
Fail bors on missing changelog Bors stopped failed if the changelog was missing. Instead it waited 2h (?) and then timed out. changelog: none
2 parents ee3088f + 58429c7 commit 7ea7cd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clippy_bors.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
name: bors test finished
313313
if: github.event.pusher.name == 'bors' && success()
314314
runs-on: ubuntu-latest
315-
needs: [base, integration]
315+
needs: [changelog, base, integration_build, integration]
316316

317317
steps:
318318
- name: Mark the job as successful
@@ -322,7 +322,7 @@ jobs:
322322
name: bors test finished
323323
if: github.event.pusher.name == 'bors' && (failure() || cancelled())
324324
runs-on: ubuntu-latest
325-
needs: [base, integration]
325+
needs: [changelog, base, integration_build, integration]
326326

327327
steps:
328328
- name: Mark the job as a failure

0 commit comments

Comments
 (0)