Increase Bors timeout, refine target-branch-check (#3035)
## Issue Addressed Timeouts due to Windows builds running for 2h 20m. ## Proposed Changes * Increase Bors timeout to 3h * Refine the target branch check so that it will pass when we make PRs to feature branches. This is just an extra change I've been meaning to sneak in for a while. ## Additional Info * I think it would also be cool to try caching for CI again, but that's a separate issue and we'll still need the long timeout on a cache miss.
This commit is contained in:
parent
104e3104f9
commit
b37d5db8df
4
.github/workflows/test-suite.yml
vendored
4
.github/workflows/test-suite.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'pull_request'
|
||||
steps:
|
||||
- name: Check that pull request is targeting unstable branch
|
||||
run: test ${{ github.base_ref }} = "unstable"
|
||||
- name: Check that the pull request is not targeting the stable branch
|
||||
run: test ${{ github.base_ref }} != "stable"
|
||||
cargo-fmt:
|
||||
name: cargo-fmt
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user