Skip to content

Commit 12a925c

Browse files
committed
adding jobs to bors
1 parent d419df8 commit 12a925c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/bors.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ status = [
1515
"ci",
1616
"miri",
1717
"check-benches",
18+
"build-and-install-on-iOS",
19+
"run-examples-on-windows",
1820
]
1921

2022
use_squash_merge = true

.github/workflows/daily-jobs.yml renamed to .github/workflows/validation-jobs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
name: daily jobs
1+
name: validation jobs
22

33
on:
4-
schedule:
5-
- cron: "0 0 * * *"
4+
push:
5+
branches:
6+
- staging
7+
- trying
68

79
env:
810
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)