diff options
| author | bors <bors@rust-lang.org> | 2020-05-27 18:55:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-05-27 18:55:57 +0000 |
| commit | 7ea7cd165ad6705603852771bf82cc2fd6560db5 (patch) | |
| tree | 499b66bf3b7ee9670b89ffcf9d4ae700d15adac0 | |
| parent | ee3088f27b3317863f9883462ced8bd0920868bf (diff) | |
| parent | 58429c74a31fabde8555f940530039bdadde8400 (diff) | |
| download | rust-7ea7cd165ad6705603852771bf82cc2fd6560db5.tar.gz rust-7ea7cd165ad6705603852771bf82cc2fd6560db5.zip | |
Auto merge of #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
| -rw-r--r-- | .github/workflows/clippy_bors.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clippy_bors.yml b/.github/workflows/clippy_bors.yml index a8a673343bf..3958ba01246 100644 --- a/.github/workflows/clippy_bors.yml +++ b/.github/workflows/clippy_bors.yml @@ -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 @@ -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 |
