Skip to content

Commit

Permalink
Merge pull request #187 from wasmerio/fix-bors-statuses
Browse files Browse the repository at this point in the history
chore: Make bors wait for all jobs
  • Loading branch information
jubianchi authored Feb 5, 2021
2 parents 8e6bd90 + baef0a9 commit 0427f12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bors.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
status = [
"Build and Test %",
"Build and Test (1.14, linux-amd64, ubuntu-%)",
"Build and Test (1.14, linux-aarch64, self-hosted, linux, ARM64)",
"Build and Test (1.14, darwin-amd64, macos-%)",
"Build and Test (1.15, linux-amd64, ubuntu-%)",
"Build and Test (1.15, linux-aarch64, self-hosted, linux, ARM64)",
"Build and Test (1.15, darwin-amd64, macos-%)"
]
required_approvals = 1
timeout_sec = 7200
Expand Down

0 comments on commit 0427f12

Please sign in to comment.