Skip to content

Commit

Permalink
Fail bors on missing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed May 26, 2020
1 parent f28c6de commit 58429c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
name: bors test finished
if: github.event.pusher.name == 'bors' && success()
runs-on: ubuntu-latest
needs: [base, integration]
needs: [changelog, base, integration_build, integration]

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

steps:
- name: Mark the job as a failure
Expand Down

0 comments on commit 58429c7

Please sign in to comment.