Skip to content

Commit

Permalink
adding jobs to bors
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 27, 2022
1 parent d419df8 commit 12a925c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ status = [
"ci",
"miri",
"check-benches",
"build-and-install-on-iOS",
"run-examples-on-windows",
]

use_squash_merge = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: daily jobs
name: validation jobs

on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- staging
- trying

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 12a925c

Please sign in to comment.